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