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

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

Issue 2638653002: Bluetooth: macOS: DidModifyServices can happens while scanning (Closed)
Patch Set: Removing useless modification Created 3 years, 8 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 e3bbabf1be935fd6fd619dad4069e80728efa05e..aaf3b302518eb6f2c2946e85361286b185c83196 100644
--- a/device/bluetooth/test/mock_bluetooth_cbcharacteristic_mac.h
+++ b/device/bluetooth/test/mock_bluetooth_cbcharacteristic_mac.h
@@ -29,7 +29,7 @@
- (void)simulateGattNotifySessionStopped;
- (void)simulateGattNotifySessionStoppedWithError:(NSError*)error;
- (void)simulateGattCharacteristicChangedWithValue:(NSData*)value;
-- (void)simulateDescriptorWithUUID:(CBUUID*)uuid;
+- (void)addDescriptorWithUUID:(CBUUID*)uuid;
- (void)discoverDescriptors;
@end

Powered by Google App Engine
This is Rietveld 408576698