| Index: device/bluetooth/bluez/bluetooth_local_gatt_characteristic_bluez.h
|
| diff --git a/device/bluetooth/bluez/bluetooth_local_gatt_characteristic_bluez.h b/device/bluetooth/bluez/bluetooth_local_gatt_characteristic_bluez.h
|
| index 220b2e8bb60645534707b8da13d61efb4f9f6ca1..2d29a5a9b9b2ee21ad15e44228d7c5dd97edd9c8 100644
|
| --- a/device/bluetooth/bluez/bluetooth_local_gatt_characteristic_bluez.h
|
| +++ b/device/bluetooth/bluez/bluetooth_local_gatt_characteristic_bluez.h
|
| @@ -26,14 +26,9 @@ class BluetoothLocalGattCharacteristicBlueZ
|
| : public BluetoothGattCharacteristicBlueZ,
|
| public device::BluetoothLocalGattCharacteristic {
|
| public:
|
| - static base::WeakPtr<device::BluetoothLocalGattCharacteristic> Create(
|
| - const device::BluetoothUUID& uuid,
|
| - BluetoothGattCharacteristic::Properties properties,
|
| - BluetoothGattCharacteristic::Permissions permissions,
|
| - device::BluetoothLocalGattService* service);
|
| -
|
| BluetoothLocalGattCharacteristicBlueZ(
|
| const device::BluetoothUUID& uuid,
|
| + Properties properties,
|
| BluetoothLocalGattServiceBlueZ* service);
|
| ~BluetoothLocalGattCharacteristicBlueZ() override;
|
|
|
| @@ -59,6 +54,9 @@ class BluetoothLocalGattCharacteristicBlueZ
|
| // UUID of this characteristic.
|
| device::BluetoothUUID uuid_;
|
|
|
| + // Properties of this characteristic.
|
| + Properties properties_;
|
| +
|
| // Service that contains this characteristic.
|
| BluetoothLocalGattServiceBlueZ* service_;
|
|
|
|
|