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

Unified Diff: device/bluetooth/bluetooth_low_energy_win_fake.h

Issue 1681853003: Add BluetoothRemoteGattServiceWin to BluetoothDeviceWin (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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_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);

Powered by Google App Engine
This is Rietveld 408576698