Gatt Notification or indication event for BLE_GATTS_EVT_NTF_IND. More...
#include <ble_gatts.h>
Public Attributes | |
ble_gatt_evt_type_t | type |
uint16_t | handle |
Gatt Notification or indication event for BLE_GATTS_EVT_NTF_IND.
Definition at line 386 of file ble_gatts.h.
uint16_t ble_gatts_evt_ntf_ind_t::handle |
Handle of the write operation, or notification/indication operation.
Definition at line 389 of file ble_gatts.h.
ble_gatt_evt_type_t ble_gatts_evt_ntf_ind_t::type |
Notification or indication event type.
Definition at line 388 of file ble_gatts.h.