Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/include/btc/
Dbtc_config.h30 bool btc_config_remove_section(const char *section);
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_ble_storage.c46 btc_config_remove_section(section); in _btc_storage_save()
75 if (btc_config_remove_section(need_remove_section)) { in _btc_storage_save()
263 btc_config_remove_section(section); in btc_storage_remove_unused_sections()
291 btc_config_remove_section(section); in btc_storage_remove_unused_sections()
351 btc_config_remove_section(temp_name); in btc_storage_delete_duplicate_ble_devices()
Dbtc_storage.c59 if (btc_config_remove_section(remove_section)) { in btc_storage_add_bonded_device()
169 if (btc_config_remove_section(remove_section)) { in btc_in_fetch_bonded_devices()
Dbtc_config.c294 bool btc_config_remove_section(const char *section) in btc_config_remove_section() function