| Index: device/bluetooth/test/bluetooth_test_mac.h | 
| diff --git a/device/bluetooth/test/bluetooth_test_mac.h b/device/bluetooth/test/bluetooth_test_mac.h | 
| index 90a7e89cf3a57a76788e5642172f6ea6d813ce6b..f6b164e8c0c16c83e5e7e97fcf024388de1d294e 100644 | 
| --- a/device/bluetooth/test/bluetooth_test_mac.h | 
| +++ b/device/bluetooth/test/bluetooth_test_mac.h | 
| @@ -73,6 +73,11 @@ class BluetoothTestMac : 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 SimulateGattCharacteristicChanged( | 
| BluetoothRemoteGattCharacteristic* characteristic, | 
| const std::vector<uint8_t>& value) override; | 
|  |