Home
last modified time | relevance | path

Searched refs:list_length (Results 1 – 17 of 17) sorted by relevance

/hal_espressif-latest/components/bt/common/osi/include/osi/
Dlist.h46 size_t list_length(const list_t *list);
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_profile_queue.c40 assert(list_length(connect_queue) < MAX_REASONABLE_REQUESTS); in queue_int_add()
/hal_espressif-latest/components/bt/common/osi/
Dfixed_queue.c118 length = list_length(queue->list); in fixed_queue_length()
Dlist.c86 size_t list_length(const list_t *list) in list_length() function
Dconfig.c297 if (list_length(sec->entries) == 0) { in config_remove_key()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_dev.c75 if (list_length(btm_cb.p_sec_dev_rec_list) < BTM_SEC_MAX_DEVICE_RECORDS) { in BTM_SecAddDevice()
356 if (list_length(btm_cb.p_sec_dev_rec_list) < BTM_SEC_MAX_DEVICE_RECORDS){ in btm_sec_alloc_dev()
Dbtm_pm.c391 if (list_length(btm_cb.p_pm_mode_db_list) >= MAX_L2CAP_LINKS) { in btm_pm_sm_alloc()
Dbtm_acl.c265 if (list_length(btm_cb.p_acl_db_list) >= MAX_L2CAP_LINKS) { in btm_acl_created()
1385 num_acl = list_length(btm_cb.p_acl_db_list); in BTM_GetNumAclLinks()
Dbtm_ble.c88 if (list_length(btm_cb.p_sec_dev_rec_list) < BTM_SEC_MAX_DEVICE_RECORDS) { in BTM_SecAddBleDevice()
92 … BTM_TRACE_DEBUG ("allocate a new dev rec idx=0x%x\n", list_length(btm_cb.p_sec_dev_rec_list)); in BTM_SecAddBleDevice()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_main.c179 rcv_cid, cmd_code, list_length(l2cb.rcv_pending_q)); in l2c_rcv_acl_data()
183 if (list_length(l2cb.rcv_pending_q) == 1) { in l2c_rcv_acl_data()
191 cmd_code, list_length(l2cb.rcv_pending_q)); in l2c_rcv_acl_data()
Dl2c_utils.c76 if(p_lcb == NULL && list_length(l2cb.p_lcb_pool) < MAX_L2CAP_LINKS) { in l2cu_allocate_lcb()
1489 if (list_length(l2cb.p_ccb_pool) < MAX_L2CAP_CHANNELS) { in l2cu_allocate_ccb()
3692 …if (q_count > p_ccb->buff_quota || (p_lcb && (p_lcb->link_xmit_data_q) && (list_length(p_lcb->link…
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_cache.c1265 size_t db_size = list_length(svc); in bta_gattc_get_service_with_uuid()
1505 UINT16 svc_length = list_length(services) - 1; in bta_gattc_get_db_size_with_type()
1623 UINT16 svc_length = list_length(services) - 1; in bta_gattc_get_db_size()
1735 *count = char_db ? list_length(char_db->descriptors) : 0; in bta_gattc_get_db_size_with_type_handle()
Dbta_gattc_utils.c505 if (list_length(p_clcb->p_cmd_list) >= GATTC_COMMAND_QUEUE_SIZE_MAX) { in bta_gattc_enqueue()
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/
Dbta_av_main.c1177 if (list_length(p_scbi->a2d_list) > p_bta_av_cfg->audio_mqs) { in bta_av_dup_audio_buf()
Dbta_av_aact.c2259 if (list_length(p_scb->a2d_list) < 3) { in bta_av_data_path()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_utils.c1028 if (p_tcb && list_length(gatt_cb.p_tcb_list) < GATT_MAX_PHY_CHANNEL) { in gatt_tcb_alloc()
1783 if (list_length(gatt_cb.p_clcb_list) < GATT_CL_MAX_LCB) { in gatt_clcb_alloc()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c2485 size_t length = list_length(adv_filter_list); in btc_get_adv_list_length()