| 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 a55df81165112c2c660a313a18b4d05811d58f28..73440816737ba068d25fa93f11819fce59673b5d 100644
|
| --- a/device/bluetooth/test/mock_bluetooth_cbcharacteristic_mac.h
|
| +++ b/device/bluetooth/test/mock_bluetooth_cbcharacteristic_mac.h
|
| @@ -22,6 +22,7 @@
|
|
|
| // Methods for faking events.
|
| - (void)simulateReadWithValue:(NSData*)value error:(NSError*)error;
|
| +- (void)simulateWriteWithError:(NSError*)error;
|
|
|
| @end
|
|
|
|
|