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

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

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.mm
diff --git a/device/bluetooth/test/mock_bluetooth_cbcharacteristic_mac.mm b/device/bluetooth/test/mock_bluetooth_cbcharacteristic_mac.mm
index 2cc9eb7be148850b3e66989560e7438f8e7aa607..286f71770e65133c7a93cf3d57c224e29e61ec31 100644
--- a/device/bluetooth/test/mock_bluetooth_cbcharacteristic_mac.mm
+++ b/device/bluetooth/test/mock_bluetooth_cbcharacteristic_mac.mm
@@ -189,7 +189,7 @@ CBCharacteristicProperties GattCharacteristicPropertyToCBCharacteristicProperty(
error:nil];
}
-- (void)simulateDescriptorWithUUID:(CBUUID*)uuid {
+- (void)addDescriptorWithUUID:(CBUUID*)uuid {
scoped_nsobject<MockCBDescriptor> descriptor_mock([[MockCBDescriptor alloc]
initWithCharacteristic:self.characteristic
CBUUID:uuid]);

Powered by Google App Engine
This is Rietveld 408576698