| 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..825d16874d0502cf7346b8b8ff642a5da6195b6f 100644
|
| --- a/device/bluetooth/test/mock_bluetooth_cbcharacteristic_mac.h
|
| +++ b/device/bluetooth/test/mock_bluetooth_cbcharacteristic_mac.h
|
| @@ -22,7 +22,7 @@
|
| properties:(int)properties;
|
|
|
| // Methods for faking events.
|
| -- (void)simulateReadWithValue:(NSData*)value error:(NSError*)error;
|
| +- (void)simulateReadWithValue:(id)value error:(NSError*)error;
|
| - (void)simulateWriteWithError:(NSError*)error;
|
| - (void)simulateGattNotifySessionStarted;
|
| - (void)simulateGattNotifySessionFailedWithError:(NSError*)error;
|
|
|