sl_bt_evt_gatt_characteristicGATT Client#
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. |
Detailed Description#
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.
Data Structure Documentation#
sl_bt_evt_gatt_characteristic_s#
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 |
uuid | Characteristic UUID in little endian format |