GATT sending Notification or Indication event param description. More...
#include <ble_gatts.h>
Public Attributes | |
ble_gatt_evt_type_t | type |
uint16_t | handle |
uint16_t | length |
const uint8_t * | value |
GATT sending Notification or Indication event param description.
Definition at line 333 of file ble_gatts.h.
uint16_t ble_gatts_noti_ind_t::handle |
Characteristic Value handle to be notified or indicated.
Definition at line 336 of file ble_gatts.h.
uint16_t ble_gatts_noti_ind_t::length |
Length of Characteristic Value to be sent.
Definition at line 337 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 335 of file ble_gatts.h.
const uint8_t* ble_gatts_noti_ind_t::value |
Characteristic Value pointer.
Definition at line 338 of file ble_gatts.h.