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

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

Issue 2638653002: Bluetooth: macOS: DidModifyServices can happens while scanning (Closed)
Patch Set: Merge Created 3 years, 7 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_cbcharacteristic_mac.h
diff --git a/device/bluetooth/test/mock_bluetooth_cbcharacteristic_mac.h b/device/bluetooth/test/mock_bluetooth_cbcharacteristic_mac.h
index 825d16874d0502cf7346b8b8ff642a5da6195b6f..01737b3dad503210643c61494092457a65cf0977 100644
--- a/device/bluetooth/test/mock_bluetooth_cbcharacteristic_mac.h
+++ b/device/bluetooth/test/mock_bluetooth_cbcharacteristic_mac.h
@@ -29,8 +29,7 @@
- (void)simulateGattNotifySessionStopped;
- (void)simulateGattNotifySessionStoppedWithError:(NSError*)error;
- (void)simulateGattCharacteristicChangedWithValue:(NSData*)value;
-- (void)simulateDescriptorWithUUID:(CBUUID*)uuid;
-- (void)discoverDescriptors;
+- (void)addDescriptorWithUUID:(CBUUID*)uuid;
@end
« no previous file with comments | « device/bluetooth/test/bluetooth_test_mac.mm ('k') | device/bluetooth/test/mock_bluetooth_cbcharacteristic_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698