bluekitchen / btstack

Dual-mode Bluetooth stack, with small memory footprint.
http://bluekitchen-gmbh.com
Other
1.74k stars 618 forks source link

hids_client: after a query is complete, set state back to HIDS_CLIENT_STATE_CONNECTED #574

Closed ricardoquesada closed 7 months ago

ricardoquesada commented 8 months ago

This commit sets the client state back to HIDS_CLIENT_STATE_CONNECTED after receiving a GATT_EVENT_QUERY_COMPLETE event.

Fixes https://github.com/bluekitchen/btstack/issues/573

mringwal commented 7 months ago

Please see fix on develop.