Searched refs:tx_queue (Results 1 – 11 of 11) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/ |
A D | rfcomm.h | 80 struct kfifo tx_queue; member
|
A D | l2cap.h | 137 struct kfifo tx_queue; member
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/inc/ |
A D | l2cc.h | 188 struct co_list tx_queue; member
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | rfcomm.c | 269 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 D | l2cap.c | 822 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 D | conn_internal.h | 144 struct kfifo tx_queue; member
|
A D | att.c | 119 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 D | conn.c | 1363 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 D | hci_api.c | 1700 tx_queue); in process_events()
|
A D | hci_core.c | 5815 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 D | rfcomm_api.h | 213 list_entry_t tx_queue; member
|
Completed in 49 milliseconds