| 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(
|
|
|