D | test_sdp.py | 322 async def wait_for_shell_response(dut, message): argument 327 read_lines = dut.readlines() 341 async def sdp_ssa_discover_no_record(hci_port, shell, dut, address) -> None: argument 370 found, lines = await wait_for_shell_response(dut, "No SDP Record") 375 async def sdp_ssa_discover_one_record(hci_port, shell, dut, address) -> None: argument 403 found, lines = await wait_for_shell_response(dut, "SDP Discovery Done") 432 async def sdp_ssa_discover_two_records(hci_port, shell, dut, address) -> None: argument 460 found, lines = await wait_for_shell_response(dut, "SDP Discovery Done") 502 async def sdp_ssa_discover_multiple_records(hci_port, shell, dut, address) -> None: argument 530 found, lines = await wait_for_shell_response(dut, "SDP Discovery Done") [all …]
|