Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/hci_uart_3wire/src/
Dmain.c342 struct k_fifo tmp_queue; in retx_timeout() local
345 k_fifo_init(&tmp_queue); in retx_timeout()
349 k_fifo_put(&tmp_queue, buf); in retx_timeout()
362 while ((buf = k_fifo_get(&tmp_queue, K_NO_WAIT))) { in retx_timeout()
/Zephyr-latest/drivers/bluetooth/hci/
Dh5.c346 struct k_fifo tmp_queue; in retx_timeout() local
349 k_fifo_init(&tmp_queue); in retx_timeout()
353 k_fifo_put(&tmp_queue, buf); in retx_timeout()
366 while ((buf = k_fifo_get(&tmp_queue, K_NO_WAIT))) { in retx_timeout()