Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/core/
Dbtc_ble_storage.c26 const btc_config_section_iter_t *need_remove_iter = NULL; in _btc_storage_save() local
58 need_remove_iter = iter; in _btc_storage_save()
64 if (need_remove_iter) { in _btc_storage_save()
65 while(need_remove_iter != btc_config_section_end()) { in _btc_storage_save()
66 const char *need_remove_section = btc_config_section_name(need_remove_iter); in _btc_storage_save()
70 need_remove_iter = btc_config_section_next(need_remove_iter); in _btc_storage_save()
73 need_remove_iter = btc_config_section_next(need_remove_iter); in _btc_storage_save()