| Index: device/bluetooth/bluetooth_remote_gatt_service_bluez.h
|
| diff --git a/device/bluetooth/bluetooth_remote_gatt_service_bluez.h b/device/bluetooth/bluetooth_remote_gatt_service_bluez.h
|
| index 483db24d51afa1d654ad4309ca9285b96acbc94b..20aaffae4129bf298ea7b329672eefafc68ec880 100644
|
| --- a/device/bluetooth/bluetooth_remote_gatt_service_bluez.h
|
| +++ b/device/bluetooth/bluetooth_remote_gatt_service_bluez.h
|
| @@ -36,7 +36,7 @@ class BluetoothRemoteGattCharacteristicBlueZ;
|
| class BluetoothRemoteGattDescriptorBlueZ;
|
|
|
| // The BluetoothRemoteGattServiceBlueZ class implements BluetootGattService
|
| -// for remote GATT services on the Chrome OS platform.
|
| +// for remote GATT services for platforms that use BlueZ.
|
| class BluetoothRemoteGattServiceBlueZ
|
| : public device::BluetoothGattService,
|
| public bluez::BluetoothGattServiceClient::Observer,
|
| @@ -130,7 +130,7 @@ class BluetoothRemoteGattServiceBlueZ
|
| BluetoothDeviceBlueZ* device_;
|
|
|
| // Mapping from GATT characteristic object paths to characteristic objects.
|
| - // owned by this service. Since the Chrome OS implementation uses object
|
| + // owned by this service. Since the BlueZ implementation uses object
|
| // paths as unique identifiers, we also use this mapping to return
|
| // characteristics by identifier.
|
| CharacteristicMap characteristics_;
|
|
|