GATTS sending Multiple Notification event param description. More...
#include <ble_gatts.h>
Public Attributes | |
uint16_t | handle |
uint16_t | length |
uint8_t * | value |
GATTS sending Multiple Notification event param description.
Definition at line 344 of file ble_gatts.h.
uint16_t noti_multiple_t::handle |
Characteristic Value handle to be notified.
Definition at line 346 of file ble_gatts.h.
uint16_t noti_multiple_t::length |
Length of Characteristic Value to be sent.
Definition at line 347 of file ble_gatts.h.
uint8_t* noti_multiple_t::value |
Characteristic Value pointer.
Definition at line 348 of file ble_gatts.h.