Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(634)

Unified Diff: device/bluetooth/bluetooth_device_mac.mm

Issue 13862023: Add abstract BluetoothProfile class (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: device/bluetooth/bluetooth_device_mac.mm
diff --git a/device/bluetooth/bluetooth_device_mac.mm b/device/bluetooth/bluetooth_device_mac.mm
index df0b0af43c8da5b753db3c425f8f6fd01c437b6a..c41791fccdac0a0f87f6a182b7ade642fa90f40f 100644
--- a/device/bluetooth/bluetooth_device_mac.mm
+++ b/device/bluetooth/bluetooth_device_mac.mm
@@ -175,6 +175,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,

Powered by Google App Engine
This is Rietveld 408576698