-
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: Allow LE remote feature interrogation to fail
When performing an LE remote feature step of peer interrogation, if the controller reports a status of "unsupported remote feature" (0x1a), return a successful status from the LowEnergyInterrogator. This allows us to successfully connect with peers that don't support the "Peripheral-Initiated Feature Exchange" feature. Bug: b/361651988 Test: fx test //src/connectivity/bluetooth/core/bt-host Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1108632 GitOrigin-RevId: 678081254cb33195119ff2ed7b2e44989d239ad1 Change-Id: Ie0ea22d61da914bc67122722f307f628cf33a91a Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/232773 Lint: Lint 🤖 <[email protected]> Pigweed-Auto-Submit: Jason Graffius <[email protected]> Reviewed-by: Ben Lawson <[email protected]> Commit-Queue: Auto-Submit <[email protected]>
- Loading branch information
1 parent
107eecb
commit faa7a78
Showing
4 changed files
with
69 additions
and
5 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