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