Chromium Code Reviews| 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..358f7d0690e7cc28f85e6494d38044e76ace2ee8 100644 |
| --- a/device/bluetooth/bluetooth_low_energy_win_fake.h |
| +++ b/device/bluetooth/bluetooth_low_energy_win_fake.h |
| @@ -83,6 +83,8 @@ class BluetoothLowEnergyWrapperFake : public BluetoothLowEnergyWrapper { |
| BLUETOOTH_ADDRESS device_address); |
| BLEGattService* SimulateBLEGattService(BLEDevice* device, std::string uuid); |
| + BLEDevice* GetSimulatedBLEDevice(std::string device_address); |
|
scheib
2016/02/09 23:24:57
optional based on your plan, but seems reasonable
gogerald1
2016/02/10 18:00:56
Done.
|
| + |
| private: |
| // Generate an unique attribute handle on |device_address|. |
| USHORT GenerateAUniqueAttributeHandle(std::string device_address); |