| Index: device/bluetooth/bluetooth_low_energy_win_fake.h
|
| diff --git a/device/bluetooth/bluetooth_low_energy_win_fake.h b/device/bluetooth/bluetooth_low_energy_win_fake.h
|
| index d2a9ca2810db06e204c2c570eac2e8b2ca510e99..a4da0c72a21d3beaf5280cacb61515e216b93bed 100644
|
| --- a/device/bluetooth/bluetooth_low_energy_win_fake.h
|
| +++ b/device/bluetooth/bluetooth_low_energy_win_fake.h
|
| @@ -81,6 +81,7 @@ class BluetoothLowEnergyWrapperFake : public BluetoothLowEnergyWrapper {
|
|
|
| BLEDevice* SimulateBLEDevice(std::string device_name,
|
| BLUETOOTH_ADDRESS device_address);
|
| + BLEDevice* GetSimulatedBLEDevice(std::string device_address);
|
| BLEGattService* SimulateBLEGattService(BLEDevice* device, std::string uuid);
|
|
|
| private:
|
|
|