Searched refs:list_foreach (Results 1 – 9 of 9) sorted by relevance
| /hal_espressif-latest/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);
|
| /hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
| D | btm_dev.c | 532 p_node = list_foreach(btm_cb.p_sec_dev_rec_list, btm_find_sec_dev_in_list, &context); in btm_find_dev_by_handle() 556 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 | 440 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 | 142 p_node = list_foreach(btm_cb.p_acl_db_list, btm_get_acl_db, (void *)&acl_params); in btm_bda_to_acl() 171 p_node = list_foreach(btm_cb.p_acl_db_list, btm_get_acl_db, (void *)&acl_params); in btm_handle_to_acl()
|
| /hal_espressif-latest/components/bt/common/osi/ |
| D | list.c | 245 list_node_t *list_foreach(const list_t *list, list_iter_cb callback, void *context) in list_foreach() function
|
| /hal_espressif-latest/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 | 872 list_foreach(l2cb.p_ccb_pool, l2c_chnl_allocation_in_ccb_list, NULL); in l2c_link_adjust_chnl_allocation()
|
| D | l2c_utils.c | 1508 if (list_foreach(l2cb.p_ccb_pool, l2cu_find_ccb_in_list, &tmp_cid) == NULL) { in l2cu_allocate_ccb() 3279 p_node = (list_foreach(l2cb.p_ccb_pool, l2cu_find_ccb_in_list, &local_cid)); in l2cu_find_ccb_by_cid()
|
| /hal_espressif-latest/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()
|