Home
last modified time | relevance | path

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

/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/utils/list/
Dlist.h59 list_t *list_new(list_free_cb callback, list_mempool_zmalloc zmalloc, list_mempool_free free);
/device/soc/esp/esp32/components/bt/common/osi/include/osi/
Dlist.h21 list_t *list_new(list_free_cb callback);
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/core/
Dbtc_profile_queue.c43 connect_queue = list_new(osi_free_func); in queue_int_add()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/l2cap/
Dl2cap_client.c92 l2cap_clients = list_new(NULL); in l2cap_client_new()
109 ret->outbound_fragments = list_new(NULL); in l2cap_client_new()
Dl2c_main.c837 l2cb.p_ccb_pool = list_new(osi_free_func); in l2c_init()
841 l2cb.p_lcb_pool = list_new(osi_free_func); in l2c_init()
883 l2cb.rcv_pending_q = list_new(NULL); in l2c_init()
Dl2c_utils.c114 p_lcb->link_xmit_data_q = list_new(NULL); in l2cu_allocate_lcb()
/device/soc/esp/esp32/components/bt/common/osi/
Dfixed_queue.c48 ret->list = list_new(NULL); in fixed_queue_new()
Dconfig.c69 config->sections = list_new(section_free); in config_new_empty()
653 section->entries = list_new(entry_free); in section_new()
Dlist.c35 list_t *list_new(list_free_cb callback) in list_new() function
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_co.c573 addr_info->assoc_addr = list_new(osi_free_func); in bta_gattc_co_cache_new_assoc_list()
586 addr_info->assoc_addr =list_new(NULL); in bta_gattc_co_cache_append_assoc_addr()
Dbta_gattc_cache.c281 p_new_srvc->characteristics = list_new(characteristic_free); in bta_gattc_add_srvc_to_cache()
282 p_new_srvc->included_svc = list_new(bta_gattc_free); in bta_gattc_add_srvc_to_cache()
285 p_srvc_cb->p_srvc_cache = list_new(service_free); in bta_gattc_add_srvc_to_cache()
329 characteristic->descriptors = list_new(bta_gattc_free); in bta_gattc_add_char_to_cache()
Dbta_gattc_utils.c235 p_clcb->p_cmd_list = list_new(osi_free_func); in bta_gattc_clcb_alloc()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/
Dgatt_main.c106 gatt_cb.p_clcb_list = list_new(osi_free_func); in gatt_init()
107 gatt_cb.p_tcb_list = list_new(osi_free_func); in gatt_init()
/device/soc/esp/esp32/components/bt/host/bluedroid/hci/
Dhci_layer.c172 cmd_wait_q->commands_pending_response = list_new(NULL); in hci_layer_init_env()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/sdp/
Dsdp_main.c92 sdp_cb.server_db.p_record_list = list_new(osi_free_func); in sdp_init()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/
Dbtm_dev.c692 btm_cb.p_sec_dev_rec_list = list_new(osi_free_func); in btm_sec_dev_init()
Dbtm_acl.c75 btm_cb.p_acl_db_list = list_new(osi_free_func); in btm_acl_init()
76 btm_cb.p_pm_mode_db_list = list_new(osi_free_func); in btm_acl_init()
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c1865 adv_filter_list = list_new(btc_adv_list_free); in btc_adv_list_init()