Home
last modified time | relevance | path

Searched refs:list_foreach (Results 1 – 10 of 10) sorted by relevance

/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/utils/list/
Dlist.h76 void list_foreach(const list_t *list, list_iter_cb callback);
/device/soc/esp/esp32/components/bt/common/osi/include/osi/
Dlist.h98 list_node_t *list_foreach(const list_t *list, list_iter_cb callback, void *context);
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/
Dbtm_dev.c486 p_node = list_foreach(btm_cb.p_sec_dev_rec_list, btm_find_sec_dev_in_list, &context); in btm_find_dev_by_handle()
510 p_node = list_foreach(btm_cb.p_sec_dev_rec_list, btm_find_sec_dev_in_list, &context); in btm_find_dev()
Dbtm_ble_addr.c452 p_node = list_foreach(btm_cb.p_sec_dev_rec_list, btm_find_sec_dev_in_list, &context); in btm_find_dev_by_identity_addr()
Dbtm_acl.c140 p_node = list_foreach(btm_cb.p_acl_db_list, btm_get_acl_db, (void *)&acl_params); in btm_bda_to_acl()
169 p_node = list_foreach(btm_cb.p_acl_db_list, btm_get_acl_db, (void *)&acl_params); in btm_handle_to_acl()
/device/soc/esp/esp32/components/bt/common/osi/
Dlist.c244 list_node_t *list_foreach(const list_t *list, list_iter_cb callback, void *context) in list_foreach() function
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/l2cap/
Dl2c_ucd.c288 list_foreach(l2cb.p_ccb_pool, L2CA_UcdDeregister_In_CCB_List, NULL); in L2CA_UcdDeregister()
Dl2c_link.c863 list_foreach(l2cb.p_ccb_pool, l2c_chnl_allocation_in_ccb_list, NULL); in l2c_link_adjust_chnl_allocation()
Dl2c_utils.c1504 if (list_foreach(l2cb.p_ccb_pool, l2cu_find_ccb_in_list, &tmp_cid) == NULL) { in l2cu_allocate_ccb()
3261 p_node = (list_foreach(l2cb.p_ccb_pool, l2cu_find_ccb_in_list, &local_cid)); in l2cu_find_ccb_by_cid()
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_cache.c116 list_foreach(p_cur_srvc->characteristics, display_cache_attribute, NULL); in display_cache_service()
134 list_foreach(p_cache, display_cache_service, NULL); in bta_gattc_display_cache_server()