Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_main.c65 btm_cb.page_queue = fixed_queue_new(QUEUE_SIZE_MAX); in btm_init()
66 btm_cb.sec_pending_q = fixed_queue_new(QUEUE_SIZE_MAX); in btm_init()
Dbtm_sco.c116 btm_cb.sco_cb.sco_db[i].xmit_data_q = fixed_queue_new(QUEUE_SIZE_MAX); in btm_sco_init()
Dbtm_ble_gap.c4564 p_cb->conn_pending_q = fixed_queue_new(QUEUE_SIZE_MAX); in btm_ble_init()
Dbtm_sec.c2797 btm_cb.sec_pending_q = fixed_queue_new(QUEUE_SIZE_MAX); in btm_sec_check_pending_reqs()
/hal_espressif-latest/components/bt/common/osi/include/osi/
Dfixed_queue.h44 fixed_queue_t *fixed_queue_new(size_t capacity);
/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/
Davdt_ccb.c379 p_ccb->cmd_q = fixed_queue_new(QUEUE_SIZE_MAX); in avdt_ccb_alloc()
380 p_ccb->rsp_q = fixed_queue_new(QUEUE_SIZE_MAX); in avdt_ccb_alloc()
Davdt_scb.c617 p_scb->frag_q = fixed_queue_new(QUEUE_SIZE_MAX); in avdt_scb_alloc()
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Dport_utils.c131 p_port->tx.queue = fixed_queue_new(QUEUE_SIZE_MAX); in port_set_defaults()
132 p_port->rx.queue = fixed_queue_new(QUEUE_SIZE_MAX); in port_set_defaults()
Drfc_utils.c178 p_mcb->cmd_q = fixed_queue_new(QUEUE_SIZE_MAX); in rfc_alloc_multiplexer_channel()
/hal_espressif-latest/components/bt/common/osi/
Dfixed_queue.c38 fixed_queue_t *fixed_queue_new(size_t capacity) in fixed_queue_new() function
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_main.c115 gatt_cb.sign_op_queue = fixed_queue_new(QUEUE_SIZE_MAX); in gatt_init()
116 gatt_cb.srv_chg_clt_q = fixed_queue_new(QUEUE_SIZE_MAX); in gatt_init()
117 gatt_cb.pending_new_srv_start_q = fixed_queue_new(QUEUE_SIZE_MAX); in gatt_init()
Dgatt_sr.c170 p_cmd->multi_rsp_q = fixed_queue_new(QUEUE_SIZE_MAX); in process_read_multi_rsp()
291 p_cmd->multi_rsp_q = fixed_queue_new(QUEUE_SIZE_MAX); in process_read_multi_var_rsp()
1411 prepare_record->queue = fixed_queue_new(QUEUE_SIZE_MAX); in gatt_attr_process_prepare_write()
Dgatt_utils.c341 p_elem->svc_db.svc_buffer = fixed_queue_new(QUEUE_SIZE_MAX); in gatt_alloc_hdl_buffer()
1086 p_tcb->pending_enc_clcb = fixed_queue_new(QUEUE_SIZE_MAX); in gatt_allocate_tcb_by_bdaddr()
1087 p_tcb->pending_ind_q = fixed_queue_new(QUEUE_SIZE_MAX); in gatt_allocate_tcb_by_bdaddr()
Dgatt_db.c70 p_db->svc_buffer = fixed_queue_new(QUEUE_SIZE_MAX); in gatts_init_service_db()
/hal_espressif-latest/components/bt/host/bluedroid/stack/avct/
Davct_lcb.c316 p_lcb->tx_q = fixed_queue_new(QUEUE_SIZE_MAX); in avct_lcb_alloc()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/
Dgap_conn.c1123 p_ccb->tx_queue = fixed_queue_new(QUEUE_SIZE_MAX); in gap_allocate_ccb()
1124 p_ccb->rx_queue = fixed_queue_new(QUEUE_SIZE_MAX); in gap_allocate_ccb()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbtc_a2dp_sink.c731 a2dp_sink_local_param.btc_aa_snk_cb.RxSbcQ = fixed_queue_new(QUEUE_SIZE_MAX); in btc_a2dp_sink_thread_init()
Dbtc_a2dp_source.c1630 a2dp_source_local_param.btc_aa_src_cb.TxAaQ = fixed_queue_new(QUEUE_SIZE_MAX); in btc_a2dp_source_thread_init()
/hal_espressif-latest/components/bt/host/bluedroid/hci/
Dhci_layer.c170 hci_host_env.packet_queue = fixed_queue_new(QUEUE_SIZE_MAX); in hci_layer_init_env()
Dhci_hal_h4.c122 hci_hal_env.rx_q = fixed_queue_new(QUEUE_SIZE_MAX); in hci_hal_env_init()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_utils.c107 p_lcb->le_sec_pending_q = fixed_queue_new(QUEUE_SIZE_MAX); in l2cu_allocate_lcb()
1583 p_ccb->xmit_hold_q = fixed_queue_new(QUEUE_SIZE_MAX); in l2cu_allocate_ccb()
1585 p_ccb->fcrb.srej_rcv_hold_q = fixed_queue_new(QUEUE_SIZE_MAX); in l2cu_allocate_ccb()
1586 p_ccb->fcrb.retrans_q = fixed_queue_new(QUEUE_SIZE_MAX); in l2cu_allocate_ccb()
1587 p_ccb->fcrb.waiting_for_ack_q = fixed_queue_new(QUEUE_SIZE_MAX); in l2cu_allocate_ccb()
Dl2c_fcr.c753 p_ccb->fcrb.srej_rcv_hold_q = fixed_queue_new(QUEUE_SIZE_MAX); in l2c_fcr_proc_pdu()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/l2cap/
Dbtc_l2cap.c160 if ((slot_data->queue = fixed_queue_new(queue_size)) == NULL) { in init_slot_data()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/spp/
Dbtc_spp.c113 if ((slot_data->queue = fixed_queue_new(queue_size)) == NULL) { in init_slot_data()