summaryrefslogtreecommitdiffstats
path: root/device/bluetooth/bluetooth_device_mac.h
diff options
context:
space:
mode:
authoryoungki@chromium.org <youngki@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-24 09:06:51 +0000
committeryoungki@chromium.org <youngki@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-24 09:06:51 +0000
commit476f29d45584c022e523b81708775e19df7ab48e (patch)
treeaa83f7e77ceca8bc3037fd99fbad5297ce4f60b9 /device/bluetooth/bluetooth_device_mac.h
parentd95e9d1f3d5a55f65c0150735afd7ca291813034 (diff)
downloadchromium_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_mac.h')
-rw-r--r--device/bluetooth/bluetooth_device_mac.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/device/bluetooth/bluetooth_device_mac.h b/device/bluetooth/bluetooth_device_mac.h
index e61676a..81ae518 100644
--- a/device/bluetooth/bluetooth_device_mac.h
+++ b/device/bluetooth/bluetooth_device_mac.h
@@ -57,6 +57,7 @@ class BluetoothDeviceMac : public BluetoothDevice {
const SocketCallback& callback) OVERRIDE;
virtual void ConnectToProfile(
device::BluetoothProfile* profile,
+ const base::Closure& callback,
const ErrorCallback& error_callback) OVERRIDE;
virtual void SetOutOfBandPairingData(
const BluetoothOutOfBandPairingData& data,