GATTC Notification and Indication value indication. More...
#include <ble_gattc.h>
Public Attributes | |
gatt_evt_type_t | type |
Event type. More... | |
uint16_t | length |
Attribute value length. More... | |
uint16_t | handle |
Attribute handle. More... | |
uint8_t * | p_value |
Pointer to the attribute value data. More... | |
GATTC Notification and Indication value indication.
Definition at line 283 of file ble_gattc.h.
uint16_t ble_gattc_ntf_ind_t::handle |
Attribute handle.
Definition at line 287 of file ble_gattc.h.
uint16_t ble_gattc_ntf_ind_t::length |
Attribute value length.
Definition at line 286 of file ble_gattc.h.
uint8_t* ble_gattc_ntf_ind_t::p_value |
Pointer to the attribute value data.
Definition at line 288 of file ble_gattc.h.
gatt_evt_type_t ble_gattc_ntf_ind_t::type |
Event type.
Definition at line 285 of file ble_gattc.h.