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

Unified Diff: device/bluetooth/bluetooth_remote_gatt_service_win.h

Issue 1728163006: Implement BluetoothRemoteGattCharacteristicWin::GetDescriptors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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_service_win.h
diff --git a/device/bluetooth/bluetooth_remote_gatt_service_win.h b/device/bluetooth/bluetooth_remote_gatt_service_win.h
index ada0c83dfe75c492a91829d26889619ffd902ad7..93395040e2364bc936a3ba32b9a49eddcb750094 100644
--- a/device/bluetooth/bluetooth_remote_gatt_service_win.h
+++ b/device/bluetooth/bluetooth_remote_gatt_service_win.h
@@ -60,6 +60,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothRemoteGattServiceWin
// Update included services and characteristics.
void Update();
uint16_t GetAttributeHandle() const { return service_attribute_handle_; }
+ base::FilePath GetServicePath() { return service_path_; }
private:
void OnGetIncludedCharacteristics(

Powered by Google App Engine
This is Rietveld 408576698