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_win.cc | |
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_win.cc')
-rw-r--r-- | device/bluetooth/bluetooth_device_win.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/device/bluetooth/bluetooth_device_win.cc b/device/bluetooth/bluetooth_device_win.cc index 4af740b..cfe9ac9 100644 --- a/device/bluetooth/bluetooth_device_win.cc +++ b/device/bluetooth/bluetooth_device_win.cc @@ -183,6 +183,7 @@ void BluetoothDeviceWin::ConnectToService( void BluetoothDeviceWin::ConnectToProfile( device::BluetoothProfile* profile, + const base::Closure& callback, const ErrorCallback& error_callback) { // TODO(keybuk): implement } |