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 d8dfaeb4879793a109a28a98e9b81303f797d9ed..83f88e85a7568592bbde47b3172590eff3c5e1bb 100644 |
--- a/device/bluetooth/test/bluetooth_test_android.h |
+++ b/device/bluetooth/test/bluetooth_test_android.h |
@@ -51,6 +51,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( |