mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-14 10:21:49 +00:00
gatt_client: add service_id and connection_id
This commit is contained in:
parent
d8ef101d94
commit
9da0238594
@ -269,6 +269,10 @@ typedef struct gatt_client{
|
||||
|
||||
gap_security_level_t security_level;
|
||||
|
||||
// Context
|
||||
uint16_t service_id;
|
||||
uint16_t connection_id;
|
||||
|
||||
// GATT Service Changes
|
||||
gatt_client_service_state_t gatt_service_state;
|
||||
uint16_t gatt_service_start_group_handle;
|
||||
|
Loading…
x
Reference in New Issue
Block a user