| 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
|
|
|
|
|