Home
last modified time | relevance | path

Searched refs:_wait_for_shell_response (Results 1 – 4 of 4) sorted by relevance

/tests/bluetooth/classic/gap_s/pytest/
A Dtest_gap_s.py29 async def _wait_for_shell_response(dut, response, max_wait_sec=20): function
80 found, lines = await _wait_for_shell_response(dut, response, max_wait_sec)
191 found, _ = await _wait_for_shell_response(dut, "Connected", max_wait_sec=5)
304 found, _ = await _wait_for_shell_response(dut, "Connected", max_wait_sec=5)
372 found, _ = await _wait_for_shell_response(dut, "Connected", max_wait_sec=5)
426 found, _ = await _wait_for_shell_response(dut, "Connected", max_wait_sec=5)
486 found, _ = await _wait_for_shell_response(dut, "Connected", max_wait_sec=5)
555 found, _ = await _wait_for_shell_response(dut, "Connected", max_wait_sec=5)
608 found, _ = await _wait_for_shell_response(dut, "Connected", max_wait_sec=5)
667 found, _ = await _wait_for_shell_response(dut, "Connected", max_wait_sec=5)
[all …]
/tests/bluetooth/classic/rfcomm_c/pytest/
A Dtest_rfcomm_c.py41 async def _wait_for_shell_response(dut, response, max_wait_sec=10): function
276 found, _ = await _wait_for_shell_response(dut, "Connected")
374 found, _ = await _wait_for_shell_response(dut, "Connected")
462 found, _ = await _wait_for_shell_response(dut, "Connected")
529 found, _ = await _wait_for_shell_response(dut, "Connected")
635 found, _ = await _wait_for_shell_response(dut, "Connected")
708 found, _ = await _wait_for_shell_response(dut, "Connected")
783 found, _ = await _wait_for_shell_response(dut, "Connected")
850 found, _ = await _wait_for_shell_response(dut, "Connected")
921 found, _ = await _wait_for_shell_response(dut, "Connected")
[all …]
/tests/bluetooth/classic/rfcomm_s/pytest/
A Dtest_rfcomm_s.py36 async def _wait_for_shell_response(dut, response, max_wait_sec=10): function
96 found, lines = await _wait_for_shell_response(dut, response, max_wait_sec)
237 found, _ = await _wait_for_shell_response(dut, "Connected")
260 found, _ = await _wait_for_shell_response(dut, "Disconnected")
307 found, _ = await _wait_for_shell_response(dut, "Connected")
390 found, _ = await _wait_for_shell_response(dut, "Connected")
441 found, _ = await _wait_for_shell_response(dut, "disconnected")
478 found, _ = await _wait_for_shell_response(dut, "Connected")
570 found, _ = await _wait_for_shell_response(dut, "Connected")
649 found, _ = await _wait_for_shell_response(dut, "Connected")
[all …]
/tests/bluetooth/classic/gap_c/pytest/
A Dtest_gap_c.py29 async def _wait_for_shell_response(dut, response, max_wait_sec=20): function
80 found, lines = await _wait_for_shell_response(dut, response, max_wait_sec)
243 found, _ = await _wait_for_shell_response(dut, "Disconnected")
292 found, _ = await _wait_for_shell_response(dut, "Failed to connect", 5)
400 found, _ = await _wait_for_shell_response(dut, "Disconnected")
449 found, _ = await _wait_for_shell_response(dut, "Failed to connect", 5)

Completed in 22 milliseconds