From 6d3882c2249d02b0c18c3c97754ae14240c08e7b Mon Sep 17 00:00:00 2001 From: "youngki@chromium.org" Date: Fri, 26 Apr 2013 17:01:39 +0000 Subject: Implemented chrome.bluetooth.getProfiles(). BUG=229636 Review URL: https://chromiumcodereview.appspot.com/14472013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@196756 0039d316-1c4b-4281-b951-d872f2087c98 --- device/bluetooth/bluetooth_device.h | 1 + 1 file changed, 1 insertion(+) (limited to 'device') diff --git a/device/bluetooth/bluetooth_device.h b/device/bluetooth/bluetooth_device.h index abf15d3..c48fff7 100644 --- a/device/bluetooth/bluetooth_device.h +++ b/device/bluetooth/bluetooth_device.h @@ -202,6 +202,7 @@ class BluetoothDevice { virtual bool IsConnecting() const = 0; // Returns the services (as UUID strings) that this device provides. + // TODO(youngki): Rename this to GetProfiles(). typedef std::vector ServiceList; virtual ServiceList GetServices() const = 0; -- cgit v1.1