| 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 337085600e5af90567bee0c1fcafb445e2419a9d..11ba2a775f0d5cacae8bf35c08aba74f7d6cf57e 100644
|
| --- a/device/bluetooth/test/bluetooth_test_mac.h
|
| +++ b/device/bluetooth/test/bluetooth_test_mac.h
|
| @@ -84,6 +84,8 @@ class BluetoothTestMac : public BluetoothTestBase {
|
| void SimulateGattCharacteristicRemoved(
|
| BluetoothRemoteGattService* service,
|
| BluetoothRemoteGattCharacteristic* characteristic) override;
|
| + void CheckNotifySessionValue(uint16_t expected_config_descriptor_value,
|
| + int attempts) override;
|
|
|
| // Callback for the bluetooth central manager mock.
|
| void OnFakeBluetoothDeviceConnectGattCalled();
|
|
|