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

Unified Diff: device/bluetooth/bluetooth_remote_gatt_service_chromeos.h

Issue 256413003: chrome.bluetoothLowEnergy: Implement getService and getServices. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 6 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_remote_gatt_service_chromeos.h
diff --git a/device/bluetooth/bluetooth_remote_gatt_service_chromeos.h b/device/bluetooth/bluetooth_remote_gatt_service_chromeos.h
index 1316d0ab66373b451ef92036f59451b16c5d6c62..b781ff2a85bb0a053b2e5dab90cf231fa5f5e775 100644
--- a/device/bluetooth/bluetooth_remote_gatt_service_chromeos.h
+++ b/device/bluetooth/bluetooth_remote_gatt_service_chromeos.h
@@ -44,12 +44,13 @@ class BluetoothRemoteGattServiceChromeOS
virtual device::BluetoothUUID GetUUID() const OVERRIDE;
virtual bool IsLocal() const OVERRIDE;
virtual bool IsPrimary() const OVERRIDE;
+ virtual device::BluetoothDevice* GetDevice() const OVERRIDE;
virtual std::vector<device::BluetoothGattCharacteristic*>
GetCharacteristics() const OVERRIDE;
virtual std::vector<device::BluetoothGattService*>
GetIncludedServices() const OVERRIDE;
virtual device::BluetoothGattCharacteristic* GetCharacteristic(
- const std::string& identifier) OVERRIDE;
+ const std::string& identifier) const OVERRIDE;
virtual bool AddCharacteristic(
device::BluetoothGattCharacteristic* characteristic) OVERRIDE;
virtual bool AddIncludedService(
« no previous file with comments | « device/bluetooth/bluetooth_gatt_service.h ('k') | device/bluetooth/bluetooth_remote_gatt_service_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698