| Index: device/bluetooth/bluetooth_local_gatt_descriptor.h
|
| diff --git a/device/bluetooth/bluetooth_local_gatt_descriptor.h b/device/bluetooth/bluetooth_local_gatt_descriptor.h
|
| index 9f37372707c0b1c60e24c56d796195acb52bb804..c339e369f9993dacae11a1439c2c602017c41b4e 100644
|
| --- a/device/bluetooth/bluetooth_local_gatt_descriptor.h
|
| +++ b/device/bluetooth/bluetooth_local_gatt_descriptor.h
|
| @@ -51,6 +51,8 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothLocalGattDescriptor
|
| BluetoothGattCharacteristic::Permissions permissions,
|
| BluetoothLocalGattCharacteristic* characteristic);
|
|
|
| + virtual BluetoothLocalGattCharacteristic* GetCharacteristic() const = 0;
|
| +
|
| protected:
|
| BluetoothLocalGattDescriptor();
|
| ~BluetoothLocalGattDescriptor() override;
|
|
|