Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/common/osi/
Dconfig.c262 list_node_t *first_node = list_begin(config->sections); in config_update_newest_section() local
263 if (first_node == NULL) { in config_update_newest_section()
266 section_t *first_sec = list_node(first_node); in config_update_newest_section()