Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/include/
A Dble_os_port.h374 #define k_fifo_get(fifo, timeout) k_queue_get((struct k_queue *)fifo, timeout) macro
/AliOS-Things-master/components/ble_host/bt_host/port/core/
A Dbuf.c494 buf = k_fifo_get(fifo, timeout); in net_buf_get_debug()
503 frag->frags = k_fifo_get(fifo, K_NO_WAIT); in net_buf_get_debug()
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dconn.c1312 struct bt_conn_tx *tx = k_fifo_get(&free_tx, K_NO_WAIT); in conn_tx_alloc()
1321 return k_fifo_get(&free_tx, K_FOREVER); in conn_tx_alloc()
A Datt.c2420 while ((buf = k_fifo_get(&att->prep_queue, K_NO_WAIT))) { in att_reset()
2425 while ((buf = k_fifo_get(&att->tx_queue, K_NO_WAIT))) { in att_reset()

Completed in 15 milliseconds