Index: device/bluetooth/bluetooth_device_mac.mm |
diff --git a/device/bluetooth/bluetooth_device_mac.mm b/device/bluetooth/bluetooth_device_mac.mm |
index 51ef722a2fd898b3abafdb85740aa8b39f82239f..85d142637f33891100b14e35f32393343eca3b0f 100644 |
--- a/device/bluetooth/bluetooth_device_mac.mm |
+++ b/device/bluetooth/bluetooth_device_mac.mm |
@@ -196,6 +196,12 @@ void BluetoothDeviceMac::ConnectToService( |
} |
} |
+void BluetoothDeviceMac::ConnectToProfile( |
+ device::BluetoothProfile* profile, |
+ const ErrorCallback& error_callback) { |
+ // TODO(keybuk): implement |
+} |
+ |
void BluetoothDeviceMac::SetOutOfBandPairingData( |
const BluetoothOutOfBandPairingData& data, |
const base::Closure& callback, |