Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1958)

Unified Diff: device/bluetooth/bluetooth_remote_gatt_descriptor_win.h

Issue 1749403002: Implement BluetoothRemoteGattCharacteristicWin::StartNotifySession and related unit tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move comments Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
« no previous file with comments | « device/bluetooth/bluetooth_remote_gatt_characteristic_win.cc ('k') | device/bluetooth/bluetooth_remote_gatt_service_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698