| Index: device/bluetooth/test/mock_bluetooth_cbdescriptor_mac.h
|
| diff --git a/device/bluetooth/test/mock_bluetooth_cbdescriptor_mac.h b/device/bluetooth/test/mock_bluetooth_cbdescriptor_mac.h
|
| index 7a0caaa56c84916974a2021ddb5fc3192ea13666..0a2baed4e13cbb427bad3b0952a0dc0f34cbaaf7 100644
|
| --- a/device/bluetooth/test/mock_bluetooth_cbdescriptor_mac.h
|
| +++ b/device/bluetooth/test/mock_bluetooth_cbdescriptor_mac.h
|
| @@ -19,6 +19,9 @@
|
| - (instancetype)initWithCharacteristic:(CBCharacteristic*)characteristic
|
| CBUUID:(CBUUID*)uuid;
|
|
|
| +- (void)simulateReadWithValue:(id)value error:(NSError*)error;
|
| +- (void)simulateWriteWithError:(NSError*)error;
|
| +
|
| @end
|
|
|
| #endif // DEVICE_BLUETOOTH_TEST_MOCK_BLUETOOTH_CBDESCRIPTOR_MAC_H_
|
|
|