Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c372 static bool process_pending_cmd(k_timeout_t timeout);
428 __maybe_unused bool success = process_pending_cmd(HCI_CMD_TIMEOUT); in bt_hci_cmd_send_sync()
4706 static bool process_pending_cmd(k_timeout_t timeout) in process_pending_cmd() function
4721 if (process_pending_cmd(K_NO_WAIT)) { in tx_processor()