summaryrefslogtreecommitdiffstats
path: root/device/bluetooth/bluetooth_gatt_descriptor.h
diff options
context:
space:
mode:
authorscheib <scheib@chromium.org>2015-10-26 22:40:12 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-27 05:41:41 +0000
commitdd941ba40bbd76375e6fe43bb55aef55e9d3c282 (patch)
treee294d098862552fa1e68af9335904184fc560540 /device/bluetooth/bluetooth_gatt_descriptor.h
parenta8391ce197da44437521b0f4968f1c547dd13451 (diff)
downloadchromium_src-dd941ba40bbd76375e6fe43bb55aef55e9d3c282.zip
chromium_src-dd941ba40bbd76375e6fe43bb55aef55e9d3c282.tar.gz
chromium_src-dd941ba40bbd76375e6fe43bb55aef55e9d3c282.tar.bz2
bluetooth: android: Implement Characteristic GetIdentifier, fix Service IDs too.
BluetoothGattCharacteristic::GetIdentifier is implemented. BluetoothGattService::GetIdentifier is fixed to produce an adapter unique value. BUG=545682, 546747 Review URL: https://codereview.chromium.org/1412963004 Cr-Commit-Position: refs/heads/master@{#356243}
Diffstat (limited to 'device/bluetooth/bluetooth_gatt_descriptor.h')
-rw-r--r--device/bluetooth/bluetooth_gatt_descriptor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/device/bluetooth/bluetooth_gatt_descriptor.h b/device/bluetooth/bluetooth_gatt_descriptor.h
index c91de1c..00e49ea 100644
--- a/device/bluetooth/bluetooth_gatt_descriptor.h
+++ b/device/bluetooth/bluetooth_gatt_descriptor.h
@@ -138,7 +138,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothGattDescriptor {
// Identifier used to uniquely identify a GATT descriptor object. This is
// different from the descriptor UUID: while multiple descriptors with the
// same UUID can exist on a Bluetooth device, the identifier returned from
- // this method is unique among all descriptors of a device. The contents of
+ // this method is unique among all descriptors on the adapter. The contents of
// the identifier are platform specific.
virtual std::string GetIdentifier() const = 0;