Searched refs:btc_config_remove_section (Results 1 – 4 of 4) sorted by relevance
30 bool btc_config_remove_section(const char *section);
46 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()
59 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()
294 bool btc_config_remove_section(const char *section) in btc_config_remove_section() function