From 2862df46fb1f2429b9a5e0d6f2b8e62d7f266950 Mon Sep 17 00:00:00 2001 From: "keybuk@chromium.org" Date: Fri, 19 Apr 2013 21:07:21 +0000 Subject: Add abstract BluetoothProfile class This class will form the base of the 4.0 BR+LE compatible API, allowing for both incoming connections for profiles we're clients for and implementing services within Chrome. BUG=229636 TEST=none Review URL: https://chromiumcodereview.appspot.com/13862023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195280 0039d316-1c4b-4281-b951-d872f2087c98 --- device/bluetooth/bluetooth_device_win.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'device/bluetooth/bluetooth_device_win.h') diff --git a/device/bluetooth/bluetooth_device_win.h b/device/bluetooth/bluetooth_device_win.h index 7213cd1..89cb78d 100644 --- a/device/bluetooth/bluetooth_device_win.h +++ b/device/bluetooth/bluetooth_device_win.h @@ -54,6 +54,9 @@ class BluetoothDeviceWin : public BluetoothDevice { virtual void ConnectToService( const std::string& service_uuid, const SocketCallback& callback) OVERRIDE; + virtual void ConnectToProfile( + device::BluetoothProfile* profile, + const ErrorCallback& error_callback) OVERRIDE; virtual void SetOutOfBandPairingData( const BluetoothOutOfBandPairingData& data, const base::Closure& callback, -- cgit v1.1