| Index: device/bluetooth/dbus/bluetooth_gatt_descriptor_delegate_wrapper.h
|
| diff --git a/device/bluetooth/dbus/bluetooth_gatt_descriptor_delegate_wrapper.h b/device/bluetooth/dbus/bluetooth_gatt_descriptor_delegate_wrapper.h
|
| index 0a2cdca12e45558d90a4e6c46c75d26f8f4aad7f..383207ce3c3e576018dad74430bbfc7f52c60fe6 100644
|
| --- a/device/bluetooth/dbus/bluetooth_gatt_descriptor_delegate_wrapper.h
|
| +++ b/device/bluetooth/dbus/bluetooth_gatt_descriptor_delegate_wrapper.h
|
| @@ -29,11 +29,13 @@ class BluetoothGattDescriptorDelegateWrapper
|
|
|
| // BluetoothGattAttributeValueDelegate overrides:
|
| void GetValue(
|
| + const dbus::ObjectPath& device_path,
|
| const device::BluetoothLocalGattService::Delegate::ValueCallback&
|
| callback,
|
| const device::BluetoothLocalGattService::Delegate::ErrorCallback&
|
| error_callback) override;
|
| void SetValue(
|
| + const dbus::ObjectPath& device_path,
|
| const std::vector<uint8_t>& value,
|
| const base::Closure& callback,
|
| const device::BluetoothLocalGattService::Delegate::ErrorCallback&
|
| @@ -42,7 +44,6 @@ class BluetoothGattDescriptorDelegateWrapper
|
| void StopNotifications() override {}
|
|
|
| private:
|
| - BluetoothLocalGattServiceBlueZ* service_;
|
| BluetoothLocalGattDescriptorBlueZ* descriptor_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(BluetoothGattDescriptorDelegateWrapper);
|
|
|