-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pw_bluetooth_sapphire: Remove unnecessary handle tracking
Discoveriing a handle for the service changed characteristic is used to decide whether to attempt to send indications, but is never cleared when there are no subscribers, so will likely be on after the systems runs for any reasonable length of time. Instead continue to use the set of subscribed peers directly. Test: code removal only; fx test bt-host-gatt-tests Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1009175 GitOrigin-RevId: 01c53083ebf40906508a6126e143651a8c5f94db Change-Id: If92008476343df83eb052515037112626356b80f Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/235316 Docs-Not-Needed: Ben Lawson <[email protected]> Commit-Queue: Ben Lawson <[email protected]> Lint: Lint 🤖 <[email protected]> Pigweed-Auto-Submit: Ben Lawson <[email protected]> Reviewed-by: Faraaz Sareshwala <[email protected]> Reviewed-by: Ben Lawson <[email protected]>
- Loading branch information
Showing
4 changed files
with
0 additions
and
25 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
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