Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/pan/
Dbta_pan_act.c120 GKI_init_q(&p_scb->data_queue); in bta_pan_conn_state_cback()
245 GKI_enqueue(&p_scb->data_queue, p_new_buf); in bta_pan_data_buf_ind_cback()
443 while((p_buf = (BT_HDR *)GKI_dequeue(&p_scb->data_queue)) != NULL) in bta_pan_disable()
597 while((p_buf = (BT_HDR *)GKI_dequeue(&p_scb->data_queue)) != NULL) in bta_pan_conn_close()
600 GKI_init_q(&p_scb->data_queue); in bta_pan_conn_close()
668 while(p_scb->data_queue.count > bta_pan_cb.q_level) in bta_pan_tx_path()
669 GKI_freebuf(GKI_dequeue(&p_scb->data_queue)); in bta_pan_tx_path()
679 if ((p_buf = (BT_HDR *)GKI_dequeue(&p_scb->data_queue)) != NULL) in bta_pan_tx_path()
693 while(p_scb->data_queue.count > bta_pan_cb.q_level) in bta_pan_tx_path()
694 GKI_freebuf(GKI_dequeue(&p_scb->data_queue)); in bta_pan_tx_path()
[all …]
Dbta_pan_int.h141 … BUFFER_Q data_queue; /* Queue of buffers waiting to be passed to application */ member
Dbta_pan_ci.c209 p_buf = (BT_HDR *)GKI_dequeue(&p_scb->data_queue); in bta_pan_ci_readbuf()