Home
last modified time | relevance | path

Searched refs:await (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/tests/bluetooth/classic/sdp_c/pytest/
Dtest_sdp.py334 await asyncio.sleep(1)
343 async with await open_transport_or_link(hci_port) as hci_transport:
356 await device.power_on()
357 await device.send_command(HCI_Write_Page_Timeout_Command(page_timeout=0xFFFF))
362 connection = await device.connect(target_address, transport=BT_BR_EDR_TRANSPORT)
370 found, lines = await wait_for_shell_response(dut, "No SDP Record")
377 async with await open_transport_or_link(hci_port) as hci_transport:
389 await device.power_on()
390 await device.send_command(HCI_Write_Page_Timeout_Command(page_timeout=0xFFFF))
395 connection = await device.connect(target_address, transport=BT_BR_EDR_TRANSPORT)
[all …]
/Zephyr-latest/samples/bluetooth/hap_ha/
DREADME.rst5 Advertise and await connection from a Hearing Aid Unicast Client or Remote Controller.
/Zephyr-latest/samples/bluetooth/central_past/
DREADME.rst29 the Zephyr tree on another board that will advertise and await a periodic
/Zephyr-latest/samples/net/mdns_responder/
DREADME.rst34 After the mdns-responder sample application is started, it will await queries
/Zephyr-latest/soc/intel/intel_adsp/tools/
Dcavstool.py794 await asyncio.sleep(0.1)
978 await asyncio.sleep(0.03)
/Zephyr-latest/doc/connectivity/networking/api/
Dhttp_server.rst338 the application shall reset any progress recorded for the resource, and await
/Zephyr-latest/doc/connectivity/networking/conn_mgr/
Dimplementation.rst213 …:c:func:`conn_mgr_if_connect` call, although implementations :ref:`should await this information i…