Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Drfcomm.h80 struct kfifo tx_queue; member
A Dl2cap.h137 struct kfifo tx_queue; member
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/inc/
A Dl2cc.h188 struct co_list tx_queue; member
/AliOS-Things-master/components/ble_host/bt_host/host/
A Drfcomm.c269 net_buf_put(&dlc->tx_queue, in rfcomm_dlc_disconnect()
543 buf = net_buf_get(&dlc->tx_queue, timeout); in rfcomm_dlc_tx_thread()
576 while ((buf = net_buf_get(&dlc->tx_queue, K_NO_WAIT))) { in rfcomm_dlc_tx_thread()
753 k_fifo_init(&dlc->tx_queue); in rfcomm_dlc_connected()
828 net_buf_put(&dlc->tx_queue, in rfcomm_dlc_close()
1446 net_buf_put(&dlc->tx_queue, buf); in bt_rfcomm_dlc_send()
1696 net_buf_put(&dlc->tx_queue, in bt_rfcomm_dlc_disconnect()
A Dl2cap.c822 return net_buf_get(&ch->tx_queue, K_NO_WAIT); in l2cap_chan_le_get_tx_buf()
857 k_fifo_init(&chan->tx_queue); in l2cap_chan_tx_init()
898 while ((buf = net_buf_get(&ch->tx_queue, K_NO_WAIT))) { in l2cap_chan_destroy()
1627 (k_fifo_is_empty(&ch->tx_queue) && !ch->tx_buf)) { in l2cap_chan_tx_resume()
1962 while ((buf = net_buf_get(&ch->tx_queue, K_NO_WAIT))) { in l2cap_chan_shutdown()
2525 if (ch->tx_buf || !k_fifo_is_empty(&ch->tx_queue) || in bt_l2cap_chan_send()
2528 net_buf_put(&ch->tx_queue, buf); in bt_l2cap_chan_send()
2537 net_buf_put(&ch->tx_queue, buf); in bt_l2cap_chan_send()
A Dconn_internal.h144 struct kfifo tx_queue; member
A Datt.c119 struct kfifo tx_queue; member
222 while ((buf = net_buf_get(&att->tx_queue, K_NO_WAIT))) { in bt_att_sent()
232 k_queue_prepend(&att->tx_queue._queue, buf); in bt_att_sent()
2425 while ((buf = k_fifo_get(&att->tx_queue, K_NO_WAIT))) { in att_reset()
2514 k_fifo_init(&att->tx_queue); in att_chan_attach()
2900 k_fifo_put(&att->tx_queue, buf); in bt_att_send()
A Dconn.c1363 net_buf_put(&conn->tx_queue, buf); in bt_conn_send_cb()
1522 while ((buf = net_buf_get(&conn->tx_queue, K_NO_WAIT))) { in conn_cleanup()
1570 &conn->tx_queue); in bt_conn_prepare_events()
1591 buf = net_buf_get(&conn->tx_queue, K_NO_WAIT); in bt_conn_process_tx()
1720 k_fifo_init(&conn->tx_queue); in bt_conn_set_state()
A Dhci_api.c1700 tx_queue); in process_events()
A Dhci_core.c5815 conn = CONTAINER_OF(event->fifo, struct bt_conn, tx_queue); in has_tx_sem()
5881 tx_queue); in process_events()
6044 tx_queue); in process_events()
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/bt_if_enhanced/inc/
A Drfcomm_api.h213 list_entry_t tx_queue; member

Completed in 49 milliseconds