From 476f29d45584c022e523b81708775e19df7ab48e Mon Sep 17 00:00:00 2001 From: "youngki@chromium.org" Date: Wed, 24 Apr 2013 09:06:51 +0000 Subject: 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 --- device/bluetooth/bluetooth_device_win.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'device/bluetooth/bluetooth_device_win.cc') 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 } -- cgit v1.1