GATTC Notification and Indication event for BLE_GATTC_EVT_NTF_IND. More...
#include <ble_gattc.h>
Public Attributes | |
ble_gatt_evt_type_t | type |
uint16_t | length |
uint16_t | handle |
uint8_t * | p_value |
GATTC Notification and Indication event for BLE_GATTC_EVT_NTF_IND.
Definition at line 279 of file ble_gattc.h.
uint16_t ble_gattc_evt_ntf_ind_t::handle |
Attribute handle.
Definition at line 283 of file ble_gattc.h.
uint16_t ble_gattc_evt_ntf_ind_t::length |
Attribute value length.
Definition at line 282 of file ble_gattc.h.
uint8_t* ble_gattc_evt_ntf_ind_t::p_value |
Pointer to the attribute value data.
Definition at line 284 of file ble_gattc.h.
ble_gatt_evt_type_t ble_gattc_evt_ntf_ind_t::type |
Event type.
Definition at line 281 of file ble_gattc.h.