mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-14 10:21:49 +00:00
gatt_client: set connection and service id for gatt_client_listen_for_service_characteristic_value_updates
This commit is contained in:
parent
f8b8dabac6
commit
c26f92b34d
@ -1359,7 +1359,7 @@ void gatt_client_listen_for_service_characteristic_value_updates(gatt_client_ser
|
||||
notification->end_group_handle = service->end_group_handle;
|
||||
notification->service_id = service_id;
|
||||
notification->connection_id = connection_id;
|
||||
btstack_linked_list_add(&gatt_client_value_listeners, (btstack_linked_item_t*) notification);
|
||||
btstack_linked_list_add(&gatt_client_service_value_listeners, (btstack_linked_item_t*) notification);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user