Searched refs:iut_address (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/bluetooth/classic/sdp_c/pytest/ |
D | test_sdp.py | 886 hci, iut_address = sdp_client_dut 887 asyncio.run(sdp_ssa_discover_no_record(hci, shell, dut, iut_address)) 892 hci, iut_address = sdp_client_dut 893 asyncio.run(sdp_ssa_discover_one_record(hci, shell, dut, iut_address)) 898 hci, iut_address = sdp_client_dut 899 asyncio.run(sdp_ssa_discover_two_records(hci, shell, dut, iut_address)) 906 hci, iut_address = sdp_client_dut 907 asyncio.run(sdp_ssa_discover_multiple_records(hci, shell, dut, iut_address)) 912 hci, iut_address = sdp_client_dut 913 asyncio.run(sdp_ss_discover_no_record(hci, shell, dut, iut_address)) [all …]
|