sl_bt_evt_gatt_descriptor_valueGATT Client#
Indicates that the value of a descriptor in the remote GATT server was received.
Data Structures | |
---|---|
struct | |
Data structure of the descriptor_value event. More... |
Macros | |
---|---|
#define | sl_bt_evt_gatt_descriptor_value_id 0x050900a0 |
Identifier of the descriptor_value event. |
Detailed Description#
Indicates that the value of a descriptor in the remote GATT server was received.
This event is generated by the sl_bt_gatt_read_descriptor_value command.
Data Structure Documentation#
sl_bt_evt_gatt_descriptor_value_s#
struct sl_bt_evt_gatt_descriptor_value_s
Data structure of the descriptor_value event.
Data Fields | ||
---|---|---|
uint8_t | connection | Connection handle |
uint16_t | descriptor | GATT characteristic descriptor handle |
uint16_t | offset | Value offset |
value | Descriptor value |