Home
last modified time | relevance | path

Searched refs:fixed_queue_is_empty (Results 1 – 24 of 24) sorted by relevance

/hal_espressif-latest/components/bt/common/osi/include/osi/
Dfixed_queue.h52 bool fixed_queue_is_empty(fixed_queue_t *queue);
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbtc_a2dp_sink.c352 if (fixed_queue_is_empty(a2dp_sink_local_param.btc_aa_snk_cb.RxSbcQ)) { in btc_a2dp_sink_data_ready()
376 if (!fixed_queue_is_empty(a2dp_sink_local_param.btc_aa_snk_cb.RxSbcQ)) { in btc_a2dp_sink_data_ready()
595 …if (fixed_queue_is_empty(a2dp_sink_local_param.btc_aa_snk_cb.RxSbcQ) == TRUE) { /* Que is already… in btc_a2dp_sink_rx_flush_req()
714 while (! fixed_queue_is_empty(p_q)) { in btc_a2dp_sink_flush_q()
Dbtc_a2dp_source.c1613 while (! fixed_queue_is_empty(p_q)) { in btc_a2dp_source_flush_q()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_fcr.c382 if (!fixed_queue_is_empty(p_ccb->xmit_hold_q)) { in l2c_fcr_is_flow_controlled()
721 if (fixed_queue_is_empty(p_ccb->fcrb.waiting_for_ack_q)) { in l2c_fcr_proc_pdu()
751 (!fixed_queue_is_empty(p_ccb->fcrb.srej_rcv_hold_q))) { in l2c_fcr_proc_pdu()
794 if ( (!fixed_queue_is_empty(p_ccb->fcrb.retrans_q) || in l2c_fcr_proc_pdu()
795 !fixed_queue_is_empty(p_ccb->xmit_hold_q)) in l2c_fcr_proc_pdu()
889 if (!fixed_queue_is_empty(p_fcrb->waiting_for_ack_q)) { in process_reqseq()
944 if (fixed_queue_is_empty(p_fcrb->waiting_for_ack_q) && in process_reqseq()
945 fixed_queue_is_empty(p_ccb->xmit_hold_q)) { in process_reqseq()
954 if (!fixed_queue_is_empty(p_fcrb->waiting_for_ack_q)) { in process_reqseq()
1148 if (!fixed_queue_is_empty(p_fcrb->srej_rcv_hold_q)) { in process_i_frame()
[all …]
Dl2c_ucd.c606 while (! fixed_queue_is_empty(p_lcb->ucd_in_sec_pending_q)) { in l2c_ucd_delete_sec_pending_q()
939 if (! fixed_queue_is_empty(p_ccb->p_lcb->ucd_out_sec_pending_q)) in l2c_ucd_process_event()
984 if (! fixed_queue_is_empty(p_ccb->p_lcb->ucd_in_sec_pending_q)) { in l2c_ucd_process_event()
Dl2c_utils.c281 while (!fixed_queue_is_empty(p_lcb->le_sec_pending_q)) in l2cu_release_lcb()
3364 if (fixed_queue_is_empty(p_ccb->fcrb.retrans_q)) { in l2cu_get_next_channel_in_rr()
3365 if (fixed_queue_is_empty(p_ccb->xmit_hold_q)) { in l2cu_get_next_channel_in_rr()
3378 if (fixed_queue_is_empty(p_ccb->xmit_hold_q)) { in l2cu_get_next_channel_in_rr()
3436 if (!fixed_queue_is_empty(p_ccb->fcrb.retrans_q)) in l2cu_get_next_channel()
3440 if (fixed_queue_is_empty(p_ccb->xmit_hold_q)) in l2cu_get_next_channel()
3491 if (fixed_queue_is_empty(p_ccb->fcrb.retrans_q))
3493 if (fixed_queue_is_empty(p_ccb->xmit_hold_q)) {
3511 if (!fixed_queue_is_empty(p_ccb->xmit_hold_q)) {
Dl2c_csm.c738 if (!fixed_queue_is_empty(p_ccb->xmit_hold_q)) { in l2c_csm_config()
818 (!fixed_queue_is_empty(p_ccb->xmit_hold_q))) { in l2c_csm_config()
Dl2c_ble.c1589 if (!fixed_queue_is_empty(p_lcb->le_sec_pending_q)) in l2cble_sec_comp()
1634 while (!fixed_queue_is_empty(p_lcb->le_sec_pending_q)) in l2cble_sec_comp()
Dl2c_link.c996 if (!fixed_queue_is_empty(p_ccb->xmit_hold_q)) { in l2c_link_check_power_mode()
Dl2c_api.c2294 while ( (num_to_flush != 0) && (!fixed_queue_is_empty(p_ccb->xmit_hold_q))) { in L2CA_FlushChannel()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_utils.c100 while (!fixed_queue_is_empty(p_tcb->pending_ind_q)) { in gatt_free_pending_ind()
124 while (!fixed_queue_is_empty(p_tcb->pending_enc_clcb)) { in gatt_free_pending_enc_queue()
146 while (!fixed_queue_is_empty(p_tcb->prepare_write_record.queue)) { in gatt_free_pending_prepare_write_queue()
197 if (fixed_queue_is_empty(gatt_cb.srv_chg_clt_q)) { in gatt_set_srv_chg()
232 if (fixed_queue_is_empty(gatt_cb.pending_new_srv_start_q)) { in gatt_sr_is_new_srv_chg()
472 while (!fixed_queue_is_empty(p->svc_db.svc_buffer)) { in gatt_free_hdl_buffer()
498 while (!fixed_queue_is_empty(p_elem->svc_db.svc_buffer)) { in gatt_free_srvc_db_buffer_app_id()
822 fixed_queue_is_empty(p_tcb->pending_ind_q)); in gatt_is_srv_chg_ind_pending()
826 } else if (! fixed_queue_is_empty(p_tcb->pending_ind_q)) { in gatt_is_srv_chg_ind_pending()
861 if (fixed_queue_is_empty(gatt_cb.srv_chg_clt_q)) { in gatt_is_bda_in_the_srv_chg_clt_list()
Dgatt_auth.c144 if (fixed_queue_is_empty(p_clcb->p_tcb->pending_enc_clcb)) { in gatt_sec_check_complete()
Dgatt_sr.c142 while (!fixed_queue_is_empty(p_tcb->sr_cmd.multi_rsp_q)) { in gatt_dequeue_sr_cmd()
206 if (! fixed_queue_is_empty(p_cmd->multi_rsp_q)) { in process_read_multi_rsp()
327 if (! fixed_queue_is_empty(p_cmd->multi_rsp_q)) { in process_read_multi_var_rsp()
/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/
Davdt_scb_act.c1311 if (!fixed_queue_is_empty(p_scb->frag_q)) in avdt_scb_hdl_write_req_frag()
1326 if (! fixed_queue_is_empty(p_scb->frag_q)) { in avdt_scb_hdl_write_req_frag()
1391 if (fixed_queue_is_empty(p_scb->frag_q)) in avdt_scb_hdl_write_req()
1961 else if (!fixed_queue_is_empty(p_scb->frag_q)) { in avdt_scb_clr_pkt()
2032 if (AVDT_AD_SUCCESS == res || fixed_queue_is_empty(p_scb->frag_q)) { in avdt_scb_chk_snd_pkt()
2035 if (!fixed_queue_is_empty(p_scb->frag_q)) { in avdt_scb_chk_snd_pkt()
2043 else if (sent && fixed_queue_is_empty(p_scb->frag_q)) { in avdt_scb_chk_snd_pkt()
Davdt_ccb_act.c848 else if (!fixed_queue_is_empty(p_ccb->rsp_q)) { in avdt_ccb_snd_msg()
/hal_espressif-latest/components/bt/common/osi/
Dfixed_queue.c94 bool fixed_queue_is_empty(fixed_queue_t *queue) in fixed_queue_is_empty() function
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/
Dgap_conn.c310 if (fixed_queue_is_empty(p_ccb->rx_queue)) { in GAP_ConnReadData()
1156 while (!fixed_queue_is_empty(p_ccb->rx_queue)) { in gap_release_ccb()
1162 while (!fixed_queue_is_empty(p_ccb->tx_queue)) { in gap_release_ccb()
/hal_espressif-latest/components/bt/host/bluedroid/hci/
Dhci_layer.c241 } else if (!fixed_queue_is_empty(hci_host_env.packet_queue)) { in hci_downstream_data_handler()
Dhci_hal_h4.c250 if (!fixed_queue_is_empty(rx_q) || pkt_queue_length(adv_rpt_q) > 0) { in hci_upstream_data_handler()
/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()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_pm.c921 if (btm_cb.is_paging || (!fixed_queue_is_empty(btm_cb.page_queue)) || in btm_pm_device_in_scan_state()
Dbtm_sec.c6066 if (fixed_queue_is_empty(btm_cb.sec_pending_q)) { in btm_sec_check_pending_enc_req()
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_port_fsm.c426 if (! fixed_queue_is_empty(p_port->rx.queue)) { in rfc_port_sm_opened()
Dport_api.c1251 if (fixed_queue_is_empty(p_port->rx.queue)){ in PORT_ReadData()