diff options
author | youngki@chromium.org <youngki@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-24 09:06:51 +0000 |
---|---|---|
committer | youngki@chromium.org <youngki@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-24 09:06:51 +0000 |
commit | 476f29d45584c022e523b81708775e19df7ab48e (patch) | |
tree | aa83f7e77ceca8bc3037fd99fbad5297ce4f60b9 /device/bluetooth/bluetooth_device_chromeos.h | |
parent | d95e9d1f3d5a55f65c0150735afd7ca291813034 (diff) | |
download | chromium_src-476f29d45584c022e523b81708775e19df7ab48e.zip chromium_src-476f29d45584c022e523b81708775e19df7ab48e.tar.gz chromium_src-476f29d45584c022e523b81708775e19df7ab48e.tar.bz2 |
Implemented BluetoothDeviceMac::ConnectToProfile().
This CL implements BluetoothProfileMac::Connect(), which makes an explicit outgoing connection to the device.
I will add unittests once I get a preliminary review from reviewers.
BUG=229636
Review URL: https://chromiumcodereview.appspot.com/14405008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@196099 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'device/bluetooth/bluetooth_device_chromeos.h')
-rw-r--r-- | device/bluetooth/bluetooth_device_chromeos.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/device/bluetooth/bluetooth_device_chromeos.h b/device/bluetooth/bluetooth_device_chromeos.h index 939ca06..baa1f6e 100644 --- a/device/bluetooth/bluetooth_device_chromeos.h +++ b/device/bluetooth/bluetooth_device_chromeos.h @@ -73,6 +73,7 @@ class BluetoothDeviceChromeOS const SocketCallback& callback) OVERRIDE; virtual void ConnectToProfile( device::BluetoothProfile* profile, + const base::Closure& callback, const ErrorCallback& error_callback) OVERRIDE; virtual void SetOutOfBandPairingData( const device::BluetoothOutOfBandPairingData& data, |