| 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 3e8e1ed2ae79f06601d72cc31bb7cb08a7a4629e..fdc30dbed64cb5fd6fa11c46788deb3f0bce57d8 100644
|
| --- a/device/bluetooth/test/mock_bluetooth_cbperipheral_mac.h
|
| +++ b/device/bluetooth/test/mock_bluetooth_cbperipheral_mac.h
|
| @@ -38,6 +38,8 @@ class BluetoothTestMac;
|
| - (void)addServices:(NSArray*)services;
|
| - (void)didDiscoverServicesWithError:(NSError*)error;
|
| - (void)removeService:(CBService*)uuid;
|
| +- (void)didDiscoverCharactericsForAllServices;
|
| +- (void)didModifyServices:(NSArray*)invalidatedServices;
|
|
|
| @end
|
|
|
|
|