Indicates that a GATT characteristic in the remote GATT database was discovered.
Data Structures | |
| struct | sl_bt_evt_gatt_characteristic_s |
| Data structure of the characteristic event. | |
Macros | |
| #define | sl_bt_evt_gatt_characteristic_id 0x020900a0 |
| Identifier of the characteristic event. | |
Indicates that a GATT characteristic in the remote GATT database was discovered.
This event is generated after issuing either the sl_bt_gatt_discover_characteristics or sl_bt_gatt_discover_characteristics_by_uuid command.
| struct sl_bt_evt_gatt_characteristic_s |
Data structure of the characteristic event.
| Data Fields | ||
|---|---|---|
| uint8_t | connection |
Connection handle |
| uint16_t | characteristic |
GATT characteristic handle |
| uint8_t | properties |
Characteristic properties |
| uint8array | uuid |
Characteristic UUID in little endian format |