| 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 0111e58ca698c660435d1f2a93afc205a8f666e9..76f2910f768c49daf2ee1941763484b631134936 100644
|
| --- a/device/bluetooth/test/bluetooth_test_mac.h
|
| +++ b/device/bluetooth/test/bluetooth_test_mac.h
|
| @@ -76,6 +76,10 @@ class BluetoothTestMac : public BluetoothTestBase {
|
| BluetoothRemoteGattService* service,
|
| BluetoothRemoteGattCharacteristic* characteristic) override;
|
|
|
| + // Simulates a connected low energy device. Used before starting a low energy
|
| + // discovey session.
|
| + void SimulateConnectedLowEnergyDevice();
|
| +
|
| // Callback for the bluetooth central manager mock.
|
| void OnFakeBluetoothDeviceConnectGattCalled();
|
| void OnFakeBluetoothGattDisconnect();
|
|
|