Searched refs:tx_queue (Results 1 - 2 of 2) sorted by relevance

/system/bt/stack/gap/
H A Dgap_int.h77 BUFFER_Q tx_queue; /* Queue of buffers waiting to be sent */ member in struct:__anon853
H A Dgap_conn.c470 GKI_enqueue (&p_ccb->tx_queue, p_buf);
481 while ((p_buf = (BT_HDR *)GKI_dequeue (&p_ccb->tx_queue)) != NULL)
554 GKI_enqueue (&p_ccb->tx_queue, p_buf);
566 while ((p_buf = (BT_HDR *)GKI_dequeue (&p_ccb->tx_queue)) != NULL)
1065 while ((p_buf = (BT_HDR *)GKI_dequeue (&p_ccb->tx_queue)) != NULL)
1190 while (p_ccb->tx_queue._p_first)
1191 GKI_freebuf (GKI_dequeue (&p_ccb->tx_queue));
1269 while ((p_buf = (BT_HDR *)GKI_dequeue (&p_ccb->tx_queue)) != NULL)

Completed in 64 milliseconds