| Index: device/bluetooth/bluetooth_remote_gatt_descriptor_win.h
|
| diff --git a/device/bluetooth/bluetooth_remote_gatt_descriptor_win.h b/device/bluetooth/bluetooth_remote_gatt_descriptor_win.h
|
| index cb6642b6a6a5a83aff738803bd01a2a6d1bfa2ab..5c6566773068dc7d74091daa08fd03b1d6a60127 100644
|
| --- a/device/bluetooth/bluetooth_remote_gatt_descriptor_win.h
|
| +++ b/device/bluetooth/bluetooth_remote_gatt_descriptor_win.h
|
| @@ -39,6 +39,9 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothRemoteGattDescriptorWin
|
| const ErrorCallback& error_callback) override;
|
|
|
| uint16_t GetAttributeHandle() const;
|
| + PBTH_LE_GATT_DESCRIPTOR GetWinDescriptorInfo() const {
|
| + return descriptor_info_.get();
|
| + }
|
|
|
| private:
|
| BluetoothRemoteGattCharacteristicWin* parent_characteristic_;
|
|
|