-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ble_gatt_server): Deinit services before device deinit (#325)
* fix(ble_gatt_server): Deinit services before device deinit * update example to exit loop after all devices have disconnected (but at least one device has connected). added additional logging * ensure client connection is unset after we are done with it so that later cleanup doesnt think its still connected when its not * update connection to timeout for easier test * update to ensure init/deinit are protected from being called multiple times in a row; update example to test calling deinit() multiple times in a row via manual call and destructor
- Loading branch information
Showing
3 changed files
with
180 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters