Index: device/bluetooth/test/mock_bluetooth_cbperipheral_mac.h |
diff --git a/device/bluetooth/test/mock_bluetooth_cbperipheral_mac.h b/device/bluetooth/test/mock_bluetooth_cbperipheral_mac.h |
index a9a42445221f29496eeafb2b21ced81116489f54..04f1107299826b38248f1ee48030c79938e5009c 100644 |
--- a/device/bluetooth/test/mock_bluetooth_cbperipheral_mac.h |
+++ b/device/bluetooth/test/mock_bluetooth_cbperipheral_mac.h |
@@ -42,6 +42,9 @@ class BluetoothTestMac; |
- (void)didDiscoverServicesWithError:(NSError*)error; |
- (void)removeService:(CBService*)uuid; |
- (void)mockDidDiscoverServices; |
+- (void)mockDidDiscoverCharacteristicsForService:(CBService*)service; |
+- (void)mockDidDiscoverDescriptorsForCharacteristic: |
+ (CBCharacteristic*)characteristic; |
- (void)mockDidDiscoverEvents; |
- (void)didModifyServices:(NSArray*)invalidatedServices; |
- (void)didDiscoverDescriptorsWithCharacteristic: |