| Index: device/bluetooth/dbus/bluetooth_gatt_characteristic_client.h
|
| diff --git a/device/bluetooth/dbus/bluetooth_gatt_characteristic_client.h b/device/bluetooth/dbus/bluetooth_gatt_characteristic_client.h
|
| index fe0a9f7fffc0cdd58a58c13ff82479483717ab04..85851c3628f0ffeea9ddfb44bd8b228c9e39d11e 100644
|
| --- a/device/bluetooth/dbus/bluetooth_gatt_characteristic_client.h
|
| +++ b/device/bluetooth/dbus/bluetooth_gatt_characteristic_client.h
|
| @@ -47,10 +47,6 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothGattCharacteristicClient
|
| // descriptor bit field. [read-only, optional]
|
| dbus::Property<std::vector<std::string>> flags;
|
|
|
| - // Array of object paths representing the descriptors of this
|
| - // characteristic. [read-only]
|
| - dbus::Property<std::vector<dbus::ObjectPath>> descriptors;
|
| -
|
| Properties(dbus::ObjectProxy* object_proxy,
|
| const std::string& interface_name,
|
| const PropertyChangedCallback& callback);
|
|
|