DescriptionManage profiles in BluetoothAdapter on ChromeOS
Profiles in bluez are not specific to a device.
When client code tries to connect to two different devices, only
one profile is created, managed by BluetoothAdapterChromeOS.
dbus messages are multiplexed based on the device desired using new
class BluetoothAdapterProfileChromeOS.
BUG=chromium:421207
Committed: https://crrev.com/c56186ac2901c99349cbb4b4a6b8aa0ff8088c4d
Cr-Commit-Position: refs/heads/master@{#313837}
Patch Set 1 #
Total comments: 42
Patch Set 2 : address comments, slight refactor #
Total comments: 1
Patch Set 3 : use nullptr in new code #Patch Set 4 : fix failed compile for missing override #Patch Set 5 : rebase to catch OWNERS #Patch Set 6 : fix profile memory leaks when adapter is gone #Messages
Total messages: 17 (5 generated)
|