| Index: device/bluetooth/bluetooth_gatt_descriptor.h
|
| diff --git a/device/bluetooth/bluetooth_gatt_descriptor.h b/device/bluetooth/bluetooth_gatt_descriptor.h
|
| index 7c6cc835f55da081a4b00584f8eaadfba4f37825..d8860fe23612496525669b499f0f12aaebbb8700 100644
|
| --- a/device/bluetooth/bluetooth_gatt_descriptor.h
|
| +++ b/device/bluetooth/bluetooth_gatt_descriptor.h
|
| @@ -146,7 +146,7 @@ class BluetoothGattDescriptor {
|
|
|
| // Returns a pointer to the GATT characteristic that this characteristic
|
| // descriptor belongs to.
|
| - virtual const BluetoothGattCharacteristic* GetCharacteristic() const = 0;
|
| + virtual BluetoothGattCharacteristic* GetCharacteristic() const = 0;
|
|
|
| // Sends a read request to a remote characteristic descriptor to read its
|
| // value. |callback| is called to return the read value on success and
|
|
|