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