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 369 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 372 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 371 of file ble_gatts.h.