Home
last modified time | relevance | path

Searched refs:tx_q (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/avct/
Davct_lcb_act.c449 if (p_lcb->cong == FALSE && !fixed_queue_is_empty(p_lcb->tx_q)) in avct_lcb_cong_ind()
452 (p_buf = (BT_HDR *)fixed_queue_dequeue(p_lcb->tx_q, 0)) != NULL) in avct_lcb_cong_ind()
572 fixed_queue_enqueue(p_lcb->tx_q, p_buf, FIXED_QUEUE_MAX_TIMEOUT); in avct_lcb_send_msg()
590 fixed_queue_length(p_lcb->tx_q)); in avct_lcb_send_msg()
Davct_lcb.c316 p_lcb->tx_q = fixed_queue_new(QUEUE_SIZE_MAX); in avct_lcb_alloc()
361 fixed_queue_free(p_lcb->tx_q, NULL); in avct_lcb_dealloc()
/hal_espressif-latest/components/bt/host/bluedroid/stack/avct/include/
Davct_int.h84 fixed_queue_t *tx_q; /* Transmit data buffer queue */ member