Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/include/
A Dble_os_port.h369 #define k_fifo_put(fifo, data) k_queue_append((struct k_queue *)fifo, data) macro
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dconn.c304 k_fifo_put(&free_tx, tx); in tx_free()
2797 k_fifo_put(&free_tx, &conn_tx[i]); in bt_conn_init()
A Datt.c2900 k_fifo_put(&att->tx_queue, buf); in bt_att_send()
/AliOS-Things-master/components/ble_host/bt_host/port/core/
A Dbuf.c608 k_fifo_put(fifo, buf); in net_buf_put()

Completed in 15 milliseconds