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

Unified Diff: device/bluetooth/test/mock_bluetooth_central_manager_mac.h

Issue 2339253002: bluetooth: mac: add connected LE devices to chooser (Closed)
Patch Set: Implementing RetrieveGattConnectedDevicesWithDiscoveryFilter() with tests Created 4 years, 2 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/test/mock_bluetooth_central_manager_mac.h
diff --git a/device/bluetooth/test/mock_bluetooth_central_manager_mac.h b/device/bluetooth/test/mock_bluetooth_central_manager_mac.h
index 5bc02457f53be705fc48a2b785178cdce2f844e6..c7fed9341999dfe3205e1e429437371aae33fe15 100644
--- a/device/bluetooth/test/mock_bluetooth_central_manager_mac.h
+++ b/device/bluetooth/test/mock_bluetooth_central_manager_mac.h
@@ -32,6 +32,9 @@
- (void)connectPeripheral:(CBPeripheral*)peripheral
options:(NSDictionary*)options;
+- (void)setConnectedMockPeripheral:(CBPeripheral*)peripheral
ortuno 2016/10/31 04:30:51 Comment please.
jlebel 2016/11/07 01:43:18 Done.
+ withServiceUUIDs:(NSSet*)serviceUUIDs;
+
@end
#endif // DEVICE_BLUETOOTH_MOCK_BLUETOOTH_CENTRAL_MANAGER_MAC_H_

Powered by Google App Engine
This is Rietveld 408576698