Searched refs:list_foreach (Results 1 – 10 of 10) sorted by relevance
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/utils/list/ |
D | list.h | 76 void list_foreach(const list_t *list, list_iter_cb callback);
|
/device/soc/esp/esp32/components/bt/common/osi/include/osi/ |
D | list.h | 98 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/ |
D | btm_dev.c | 486 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()
|
D | btm_ble_addr.c | 452 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()
|
D | btm_acl.c | 140 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/ |
D | list.c | 244 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/ |
D | l2c_ucd.c | 288 list_foreach(l2cb.p_ccb_pool, L2CA_UcdDeregister_In_CCB_List, NULL); in L2CA_UcdDeregister()
|
D | l2c_link.c | 863 list_foreach(l2cb.p_ccb_pool, l2c_chnl_allocation_in_ccb_list, NULL); in l2c_link_adjust_chnl_allocation()
|
D | l2c_utils.c | 1504 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/ |
D | bta_gattc_cache.c | 116 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()
|