Home
last modified time | relevance | path

Searched refs:p_node_next (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_api.c1377 list_node_t *p_node_next = NULL; in GATT_Deregister() local
1378 for(p_node_clcb = list_begin(gatt_cb.p_clcb_list); p_node_clcb; p_node_clcb = p_node_next) { in GATT_Deregister()
1380 p_node_next = list_next(p_node_clcb); in GATT_Deregister()
Dgatt_utils.c2359 list_node_t *p_node_next = NULL; in gatt_cleanup_upon_disc() local
2360 for(p_node = list_begin(gatt_cb.p_clcb_list); p_node; p_node = p_node_next) { in gatt_cleanup_upon_disc()
2362 p_node_next = list_next(p_node); in gatt_cleanup_upon_disc()