Indicates that the value of a descriptor in the remote GATT server was received.
Data Structures | |
| struct | sl_bt_evt_gatt_descriptor_value_s |
| Data structure of the descriptor_value event. | |
Macros | |
| #define | sl_bt_evt_gatt_descriptor_value_id 0x050900a0 |
| Identifier of the descriptor_value event. | |
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.
| 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 |
| uint8array | value |
Descriptor value |