| Index: device/bluetooth/bluez/bluetooth_local_gatt_characteristic_bluez.cc
|
| diff --git a/device/bluetooth/bluez/bluetooth_local_gatt_characteristic_bluez.cc b/device/bluetooth/bluez/bluetooth_local_gatt_characteristic_bluez.cc
|
| index 343df50e2bb3a09d619df6893458babba6dd5486..d40e17038c479a18e377af2c76e5a75b84a982d1 100644
|
| --- a/device/bluetooth/bluez/bluetooth_local_gatt_characteristic_bluez.cc
|
| +++ b/device/bluetooth/bluez/bluetooth_local_gatt_characteristic_bluez.cc
|
| @@ -73,6 +73,7 @@ BluetoothLocalGattCharacteristicBlueZ::GetPermissions() const {
|
|
|
| device::BluetoothLocalGattCharacteristic::NotificationStatus
|
| BluetoothLocalGattCharacteristicBlueZ::NotifyValueChanged(
|
| + const device::BluetoothDevice* device,
|
| const std::vector<uint8_t>& new_value,
|
| bool indicate) {
|
| if (indicate && !(properties_ & PROPERTY_INDICATE))
|
| @@ -85,8 +86,8 @@ BluetoothLocalGattCharacteristicBlueZ::NotifyValueChanged(
|
| : SERVICE_NOT_REGISTERED;
|
| }
|
|
|
| -BluetoothLocalGattServiceBlueZ*
|
| -BluetoothLocalGattCharacteristicBlueZ::GetService() {
|
| +device::BluetoothLocalGattService*
|
| +BluetoothLocalGattCharacteristicBlueZ::GetService() const {
|
| return service_;
|
| }
|
|
|
|
|