Home
last modified time | relevance | path

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

/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/profiles/dis_c/
Ddis_c.h140 uint16_t list_length; /**< Length of the list. */ member
Ddis_c.c158 p_read_rsp_buffer->encode_rst.cert_list.list_length = length; in dis_c_char_read_rsp_encode()
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/utils/list/
Dlist.h64 size_t list_length(const list_t *list);
/device/soc/esp/esp32/components/bt/common/osi/include/osi/
Dlist.h46 size_t list_length(const list_t *list);
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/core/
Dbtc_profile_queue.c48 assert(list_length(connect_queue) < MAX_REASONABLE_REQUESTS); in queue_int_add()
/device/soc/esp/esp32/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()
322 if (list_length(btm_cb.p_sec_dev_rec_list) < BTM_SEC_MAX_DEVICE_RECORDS) { in btm_sec_alloc_dev()
Dbtm_pm.c394 if (list_length(btm_cb.p_pm_mode_db_list) >= MAX_L2CAP_LINKS) { in btm_pm_sm_alloc()
Dbtm_acl.c263 if (list_length(btm_cb.p_acl_db_list) >= MAX_L2CAP_LINKS) { in btm_acl_created()
1375 num_acl = list_length(btm_cb.p_acl_db_list); in BTM_GetNumAclLinks()
Dbtm_ble.c87 if (list_length(btm_cb.p_sec_dev_rec_list) < BTM_SEC_MAX_DEVICE_RECORDS) { in BTM_SecAddBleDevice()
91 … BTM_TRACE_DEBUG ("allocate a new dev rec idx=0x%x\n", list_length(btm_cb.p_sec_dev_rec_list)); in BTM_SecAddBleDevice()
/device/soc/esp/esp32/components/bt/common/osi/
Dfixed_queue.c118 length = list_length(queue->list); in fixed_queue_length()
Dlist.c85 size_t list_length(const list_t *list) in list_length() function
Dconfig.c279 if (list_length(sec->entries) == 0) { in config_remove_key()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/l2cap/
Dl2c_main.c157 rcv_cid, cmd_code, list_length(l2cb.rcv_pending_q)); in l2c_rcv_acl_data()
161 if (list_length(l2cb.rcv_pending_q) == 1) { in l2c_rcv_acl_data()
169 cmd_code, list_length(l2cb.rcv_pending_q)); in l2c_rcv_acl_data()
Dl2c_utils.c72 if(p_lcb == NULL && list_length(l2cb.p_lcb_pool) < MAX_L2CAP_LINKS) { in l2cu_allocate_lcb()
1485 if (list_length(l2cb.p_ccb_pool) < MAX_L2CAP_CHANNELS) { in l2cu_allocate_ccb()
3667 …if (q_count > p_ccb->buff_quota || (p_lcb && (p_lcb->link_xmit_data_q) && (list_length(p_lcb->link…
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_cache.c1247 size_t db_size = list_length(svc); in bta_gattc_get_service_with_uuid()
1487 UINT16 svc_length = list_length(services) - 1; in bta_gattc_get_db_size_with_type()
1605 UINT16 svc_length = list_length(services) - 1; in bta_gattc_get_db_size()
1717 *count = char_db ? list_length(char_db->descriptors) : 0; in bta_gattc_get_db_size_with_type_handle()
Dbta_gattc_utils.c489 if (list_length(p_clcb->p_cmd_list) >= GATTC_COMMAND_QUEUE_SIZE_MAX) { in bta_gattc_enqueue()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/
Dgatt_utils.c1007 if (p_tcb && list_length(gatt_cb.p_tcb_list) < GATT_MAX_PHY_CHANNEL) { in gatt_tcb_alloc()
1759 if (list_length(gatt_cb.p_clcb_list) < GATT_CL_MAX_LCB) { in gatt_clcb_alloc()
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c1894 size_t length = list_length(adv_filter_list); in btc_get_adv_list_length()