Index: device/bluetooth/bluetooth_device_win.cc |
diff --git a/device/bluetooth/bluetooth_device_win.cc b/device/bluetooth/bluetooth_device_win.cc |
index 22f51de85b42b75740f98c43c66346191ea85528..4af740ba3c596f13c771be9cf954589393580971 100644 |
--- a/device/bluetooth/bluetooth_device_win.cc |
+++ b/device/bluetooth/bluetooth_device_win.cc |
@@ -181,6 +181,12 @@ void BluetoothDeviceWin::ConnectToService( |
} |
} |
+void BluetoothDeviceWin::ConnectToProfile( |
+ device::BluetoothProfile* profile, |
+ const ErrorCallback& error_callback) { |
+ // TODO(keybuk): implement |
+} |
+ |
void BluetoothDeviceWin::SetOutOfBandPairingData( |
const BluetoothOutOfBandPairingData& data, |
const base::Closure& callback, |