forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CrOS MultiDevice] Handle removed/disabled BluetoothAdapter on request.
SecureChannel previously had no checks for when the BluetoothAdapter is disabled or removed. This CL adds an additional check within SecureChannelImpl that will cancel a connection request early if the BluetoothAdapter is either disabled or removed, as well as notify the client of the failure reason. Bug: 854366 Change-Id: I021435611c8a018da3e77a9eeb9c001311adada4 Reviewed-on: https://chromium-review.googlesource.com/1194675 Reviewed-by: Ryan Hansberry <[email protected]> Reviewed-by: Daniel Cheng <[email protected]> Reviewed-by: Kyle Horimoto <[email protected]> Commit-Queue: Kyle Qian <[email protected]> Cr-Commit-Position: refs/heads/master@{#589399}
- Loading branch information
Kyle Qian
authored and
Commit Bot
committed
Sep 7, 2018
1 parent
dd1a032
commit 3e7cdbb
Showing
4 changed files
with
109 additions
and
4 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