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

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: address comments 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..2ffa0f5f66ebe3617e9f47ad203392ad1f1f7145 100644
--- a/device/bluetooth/bluetooth_remote_gatt_service_win.h
+++ b/device/bluetooth/bluetooth_remote_gatt_service_win.h
@@ -60,6 +60,8 @@ 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_; }
+ BluetoothAdapterWin* GetWinAdapter() { return adapter_; }
private:
void OnGetIncludedCharacteristics(
« no previous file with comments | « device/bluetooth/bluetooth_remote_gatt_descriptor_win.cc ('k') | device/bluetooth/bluetooth_task_manager_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698