/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/l2cap/ |
D | l2c_ucd.c | 601 osi_free(fixed_queue_dequeue(p_lcb->ucd_out_sec_pending_q, 0)); in l2c_ucd_delete_sec_pending_q() 607 osi_free(fixed_queue_dequeue(p_lcb->ucd_in_sec_pending_q, 0)); in l2c_ucd_delete_sec_pending_q() 732 BT_HDR *p_buf = (BT_HDR*)fixed_queue_dequeue(p_ccb->p_lcb->ucd_out_sec_pending_q, 0); in l2c_ucd_send_pending_out_sec_q() 752 BT_HDR *p_buf = (BT_HDR*)fixed_queue_dequeue(p_ccb->p_lcb->ucd_out_sec_pending_q, 0); in l2c_ucd_discard_pending_out_sec_q() 772 BT_HDR *p_buf = (BT_HDR*)fixed_queue_dequeue(p_ccb->p_lcb->ucd_in_sec_pending_q, 0); in l2c_ucd_check_pending_in_sec_q() 800 BT_HDR *p_buf = (BT_HDR*)fixed_queue_dequeue(p_ccb->p_lcb->ucd_in_sec_pending_q, 0) in l2c_ucd_send_pending_in_sec_q() 819 BT_HDR *p_buf = (BT_HDR*)fixed_queue_dequeue(p_ccb->p_lcb->ucd_in_sec_pending_q, 0); in l2c_ucd_discard_pending_in_sec_q()
|
D | l2c_fcr.c | 755 while ((p_buf = (BT_HDR *)fixed_queue_dequeue(temp_q, 0)) != NULL) { in l2c_fcr_proc_pdu() 924 BT_HDR *p_tmp = (BT_HDR *)fixed_queue_dequeue(p_fcrb->waiting_for_ack_q, 0); in process_reqseq() 1477 osi_free(fixed_queue_dequeue(p_ccb->fcrb.retrans_q, 0)); in retransmit_i_frames() 1540 p_buf = (BT_HDR *)fixed_queue_dequeue(p_ccb->fcrb.retrans_q, 0); in l2c_fcr_get_next_xmit_sdu_seg() 1592 p_xmit = (BT_HDR *)fixed_queue_dequeue(p_ccb->xmit_hold_q, 0); in l2c_fcr_get_next_xmit_sdu_seg()
|
D | l2c_ble.c | 1577 … p_buf = (tL2CAP_SEC_DATA*) fixed_queue_dequeue(p_lcb->le_sec_pending_q, FIXED_QUEUE_MAX_TIMEOUT); in l2cble_sec_comp() 1622 … p_buf = (tL2CAP_SEC_DATA*) fixed_queue_dequeue(p_lcb->le_sec_pending_q, FIXED_QUEUE_MAX_TIMEOUT); in l2cble_sec_comp()
|
D | l2c_utils.c | 279 …tL2CAP_SEC_DATA *p_buf = (tL2CAP_SEC_DATA*) fixed_queue_dequeue(p_lcb->le_sec_pending_q, FIXED_QUE… in l2cu_release_lcb() 989 while ((p_buf2 = (BT_HDR *)fixed_queue_dequeue(p_ccb->xmit_hold_q, 0)) != NULL) { in l2cu_send_peer_disc_req() 3499 p_buf = (BT_HDR *)fixed_queue_dequeue(p_ccb->xmit_hold_q, 0); 3535 p_buf = (BT_HDR *)fixed_queue_dequeue(p_ccb->xmit_hold_q, 0);
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/gap/ |
D | gap_conn.c | 335 osi_free(fixed_queue_dequeue(p_ccb->rx_queue, 0)); in GAP_ConnReadData() 407 p_buf = (BT_HDR *)fixed_queue_dequeue(p_ccb->rx_queue, 0); in GAP_ConnBTRead() 464 while ((p_buf = (BT_HDR *)fixed_queue_dequeue(p_ccb->tx_queue, 0)) != NULL) { in GAP_ConnBTWrite() 546 while ((p_buf = (BT_HDR *)fixed_queue_dequeue(p_ccb->tx_queue, 0)) != NULL) in GAP_ConnWriteData() 1036 while ((p_buf = (BT_HDR *)fixed_queue_dequeue(p_ccb->tx_queue, 0)) != NULL) { in gap_congestion_ind() 1157 osi_free(fixed_queue_dequeue(p_ccb->rx_queue, 0)); in gap_release_ccb() 1163 osi_free(fixed_queue_dequeue(p_ccb->tx_queue, 0)); in gap_release_ccb()
|
D | gap_ble.c | 148 while ((p_q = (tGAP_BLE_REQ *)fixed_queue_dequeue(p_clcb->pending_req_q, 0)) != NULL) { in gap_ble_dealloc_clcb() 193 tGAP_BLE_REQ *p_q = (tGAP_BLE_REQ *)fixed_queue_dequeue(p_clcb->pending_req_q, 0);; in gap_ble_dequeue_request()
|
/hal_espressif-3.7.0/components/bt/common/osi/include/osi/ |
D | fixed_queue.h | 69 void *fixed_queue_dequeue(fixed_queue_t *queue, uint32_t timeout);
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_auth.c | 180 (tGATT_PENDING_ENC_CLCB *)fixed_queue_dequeue(p_tcb->pending_enc_clcb, 0); in gatt_enc_cmpl_cback() 198 p_buf = (tGATT_PENDING_ENC_CLCB *)fixed_queue_dequeue(p_tcb->pending_enc_clcb, 0); in gatt_enc_cmpl_cback() 242 (tGATT_PENDING_ENC_CLCB *)fixed_queue_dequeue(p_tcb->pending_enc_clcb, 0); in gatt_notify_enc_cmpl()
|
D | gatt_utils.c | 101 osi_free(fixed_queue_dequeue(p_tcb->pending_ind_q, 0)); in gatt_free_pending_ind() 125 osi_free(fixed_queue_dequeue(p_tcb->pending_enc_clcb, 0)); in gatt_free_pending_enc_queue() 147 … osi_free(fixed_queue_dequeue(p_tcb->prepare_write_record.queue, FIXED_QUEUE_MAX_TIMEOUT)); in gatt_free_pending_prepare_write_queue() 473 osi_free(fixed_queue_dequeue(p->svc_db.svc_buffer, 0)); in gatt_free_hdl_buffer() 499 osi_free(fixed_queue_dequeue(p_elem->svc_db.svc_buffer, 0)); in gatt_free_srvc_db_buffer_app_id()
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/avdt/ |
D | avdt_ccb_act.c | 71 while ((p_buf = (BT_HDR *) fixed_queue_dequeue(p_ccb->rsp_q, 0)) != NULL) { in avdt_ccb_clear_ccb() 662 p_ccb->p_curr_cmd = (BT_HDR *) fixed_queue_dequeue(p_ccb->cmd_q, 0); in avdt_ccb_clear_cmds() 815 if ((p_msg = (BT_HDR *) fixed_queue_dequeue(p_ccb->cmd_q, 0)) != NULL) { in avdt_ccb_snd_cmd() 849 while ((p_msg = (BT_HDR *)fixed_queue_dequeue(p_ccb->rsp_q, 0)) != NULL) { in avdt_ccb_snd_msg()
|
D | avdt_scb_act.c | 1316 while ((p_frag = (BT_HDR*)fixed_queue_dequeue(p_scb->frag_q, 0)) != NULL) in avdt_scb_hdl_write_req_frag() 1481 while ((p_frag = (BT_HDR*)fixed_queue_dequeue(p_scb->frag_q, 0)) != NULL) { in avdt_scb_snd_stream_close() 1909 while ((p_frag = (BT_HDR*)fixed_queue_dequeue(p_scb->frag_q, 0)) != NULL) { in avdt_scb_free_pkt() 1965 while ((p_frag = (BT_HDR*)fixed_queue_dequeue(p_scb->frag_q, 0)) != NULL) { in avdt_scb_clr_pkt() 2018 while ((p_pkt = (BT_HDR*)fixed_queue_dequeue(p_scb->frag_q, 0)) != NULL) { in avdt_scb_chk_snd_pkt()
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/rfcomm/ |
D | port_utils.c | 214 while ((p_buf = (BT_HDR *)fixed_queue_dequeue(p_port->rx.queue, 0)) != NULL) { in port_release_port() 221 while ((p_buf = (BT_HDR *)fixed_queue_dequeue(p_port->tx.queue, 0)) != NULL) { in port_release_port()
|
D | port_api.c | 1172 while ((p_buf = (BT_HDR *)fixed_queue_dequeue(p_port->rx.queue, 0)) != NULL) { in PORT_Purge() 1189 while ((p_buf = (BT_HDR *)fixed_queue_dequeue(p_port->tx.queue, 0)) != NULL) { in PORT_Purge() 1292 osi_free(fixed_queue_dequeue(p_port->rx.queue, 0)); in PORT_ReadData() 1348 p_buf = (BT_HDR *)fixed_queue_dequeue(p_port->rx.queue, 0); in PORT_Read()
|
D | rfc_utils.c | 500 if ((p = (BT_HDR *)fixed_queue_dequeue(p_mcb->cmd_q, 0)) == NULL) { in rfc_check_send_cmd()
|
D | rfc_mx_fsm.c | 522 while ((p_buf = (BT_HDR *)fixed_queue_dequeue(p_mcb->cmd_q, 0)) != NULL) { in rfc_mx_sm_state_disc_wait_ua()
|
/hal_espressif-3.7.0/components/bt/common/osi/ |
D | fixed_queue.c | 151 void *fixed_queue_dequeue(fixed_queue_t *queue, uint32_t timeout) in fixed_queue_dequeue() function
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/profile/std/a2dp/ |
D | btc_a2dp_sink.c | 365 … p_msg = (tBT_SBC_HDR *)fixed_queue_dequeue(a2dp_sink_local_param.btc_aa_snk_cb.RxSbcQ, 0); in btc_a2dp_sink_data_ready() 715 osi_free(fixed_queue_dequeue(p_q, 0)); in btc_a2dp_sink_flush_q()
|
D | btc_a2dp_source.c | 474 return fixed_queue_dequeue(a2dp_source_local_param.btc_aa_src_cb.TxAaQ, 0); in btc_a2dp_source_audio_readbuf() 1393 osi_free(fixed_queue_dequeue(a2dp_source_local_param.btc_aa_src_cb.TxAaQ, 0)); in btc_a2dp_source_prep_2_send() 1580 osi_free(fixed_queue_dequeue(p_q, 0)); in btc_a2dp_source_flush_q()
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/hci/ |
D | hci_layer.c | 335 BT_HDR *packet = (BT_HDR *)fixed_queue_dequeue(queue, FIXED_QUEUE_MAX_TIMEOUT); in event_packet_ready()
|
D | hci_hal_h4.c | 228 BT_HDR *packet = fixed_queue_dequeue(rx_q, 0); in hci_upstream_data_handler()
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble_bgconn.c | 827 p_req = (tBTM_BLE_CONN_REQ*)fixed_queue_dequeue(btm_cb.ble_ctr_cb.conn_pending_q, 0); in btm_send_pending_direct_conn()
|
D | btm_sco.c | 89 while ((p_buf = (BT_HDR *)fixed_queue_dequeue(p->xmit_data_q, 0)) != NULL) { in btm_sco_flush_sco_data() 295 if ((p_buf = (BT_HDR *)fixed_queue_dequeue(p_ccb->xmit_data_q, 0)) == NULL) { in btm_sco_check_send_pkts()
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/avct/ |
D | avct_lcb_act.c | 452 (p_buf = (BT_HDR *)fixed_queue_dequeue(p_lcb->tx_q, 0)) != NULL) in avct_lcb_cong_ind()
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/profile/std/l2cap/ |
D | btc_l2cap.c | 952 osi_free(fixed_queue_dequeue(slot->tx.queue, FIXED_QUEUE_MAX_TIMEOUT)); in btc_l2cap_cb_handler() 1134 osi_free(fixed_queue_dequeue(slot->rx.queue, FIXED_QUEUE_MAX_TIMEOUT)); in l2cap_vfs_read()
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/profile/std/spp/ |
D | btc_spp.c | 1109 osi_free(fixed_queue_dequeue(slot->tx.queue, FIXED_QUEUE_MAX_TIMEOUT)); in btc_spp_cb_handler() 1280 p_buf = (BT_HDR *)fixed_queue_dequeue(slot->rx.queue, FIXED_QUEUE_MAX_TIMEOUT); in btc_spp_cb_handler() 1566 osi_free(fixed_queue_dequeue(slot->rx.queue, FIXED_QUEUE_MAX_TIMEOUT)); in spp_vfs_read()
|