Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_config.cc462 config_t* config_paired = config_new_clone(config); in btif_config_write() local
463 btif_config_remove_unpaired(config_paired); in btif_config_write()
464 config_save(config_paired, CONFIG_FILE_PATH); in btif_config_write()
465 config_free(config_paired); in btif_config_write()