Index: device/bluetooth/test/bluetooth_test_android.h |
diff --git a/device/bluetooth/test/bluetooth_test_android.h b/device/bluetooth/test/bluetooth_test_android.h |
index fa2ce9d2301ccd7cea14cf41e45623e367dd3e72..c91f0a11783479223c17ed78c9baf1c49357de27 100644 |
--- a/device/bluetooth/test/bluetooth_test_android.h |
+++ b/device/bluetooth/test/bluetooth_test_android.h |
@@ -52,6 +52,11 @@ class BluetoothTestAndroid : public BluetoothTestBase { |
void SimulateGattNotifySessionStartError( |
BluetoothRemoteGattCharacteristic* characteristic, |
BluetoothRemoteGattService::GattErrorCode error_code) override; |
+ void SimulateGattNotifySessionStopped( |
+ BluetoothRemoteGattCharacteristic* characteristic) override; |
+ void SimulateGattNotifySessionStopError( |
+ BluetoothRemoteGattCharacteristic* characteristic, |
+ BluetoothRemoteGattService::GattErrorCode error_code) override; |
void SimulateGattCharacteristicSetNotifyWillFailSynchronouslyOnce( |
BluetoothRemoteGattCharacteristic* characteristic) override; |
void SimulateGattCharacteristicChanged( |