GATT sending Notification or Indication event param description. More...
#include <ble_gatts.h>
Public Attributes | |
ble_gatt_evt_type_t | type |
Request type (Notification/Indication). More... | |
uint16_t | handle |
Characteristic Value handle to be notified or indicated. More... | |
uint16_t | length |
Length of Characteristic Value to be sent. More... | |
uint8_t * | value |
Characteristic Value pointer. More... | |
GATT sending Notification or Indication event param description.
Definition at line 338 of file ble_gatts.h.
uint16_t ble_gatts_noti_ind_t::handle |
Characteristic Value handle to be notified or indicated.
Definition at line 341 of file ble_gatts.h.
uint16_t ble_gatts_noti_ind_t::length |
Length of Characteristic Value to be sent.
Definition at line 342 of file ble_gatts.h.
ble_gatt_evt_type_t ble_gatts_noti_ind_t::type |
Request type (Notification/Indication).
see ble_gatt_evt_type_t.
Definition at line 340 of file ble_gatts.h.
uint8_t* ble_gatts_noti_ind_t::value |
Characteristic Value pointer.
Definition at line 343 of file ble_gatts.h.