Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_storage.c51 const char *remove_section = btc_config_section_name(remove_iter); in btc_storage_add_bonded_device() local
54 string_to_bdaddr(remove_section, &bd_addr); in btc_storage_add_bonded_device()
59 if (btc_config_remove_section(remove_section)) { in btc_storage_add_bonded_device()
161 const char *remove_section = btc_config_section_name(remove_iter); in btc_in_fetch_bonded_devices() local
162 string_to_bdaddr(remove_section, &bd_addr); in btc_in_fetch_bonded_devices()
163 if (!string_is_bdaddr(remove_section)) { in btc_in_fetch_bonded_devices()
169 if (btc_config_remove_section(remove_section)) { in btc_in_fetch_bonded_devices()