sl_bt_evt_gatt_serviceGATT Client#
Indicate that a GATT service in the remote GATT database was discovered.
Data Structures | |
---|---|
struct | |
Data structure of the service event. More... |
Macros | |
---|---|
#define | sl_bt_evt_gatt_service_id 0x010900a0 |
Identifier of the service event. |
Detailed Description#
Indicate that a GATT service in the remote GATT database was discovered.
This event is generated after issuing either the sl_bt_gatt_discover_primary_services or sl_bt_gatt_discover_primary_services_by_uuid command.
Data Structure Documentation#
sl_bt_evt_gatt_service_s#
struct sl_bt_evt_gatt_service_s
Data structure of the service event.
Data Fields | ||
---|---|---|
uint8_t | connection | Connection handle |
uint32_t | service | GATT service handle |
uuid | Service UUID in little endian format |