| 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..aaf3b302518eb6f2c2946e85361286b185c83196 100644
|
| --- a/device/bluetooth/test/mock_bluetooth_cbcharacteristic_mac.h
|
| +++ b/device/bluetooth/test/mock_bluetooth_cbcharacteristic_mac.h
|
| @@ -29,7 +29,7 @@
|
| - (void)simulateGattNotifySessionStopped;
|
| - (void)simulateGattNotifySessionStoppedWithError:(NSError*)error;
|
| - (void)simulateGattCharacteristicChangedWithValue:(NSData*)value;
|
| -- (void)simulateDescriptorWithUUID:(CBUUID*)uuid;
|
| +- (void)addDescriptorWithUUID:(CBUUID*)uuid;
|
| - (void)discoverDescriptors;
|
|
|
| @end
|
|
|