Lines Matching refs:conf
463 static void btif_config_remove_unpaired(config_t* conf) { in btif_config_remove_unpaired() argument
464 CHECK(conf != NULL); in btif_config_remove_unpaired()
470 const config_section_node_t* snode = config_section_begin(conf); in btif_config_remove_unpaired()
471 while (snode != config_section_end(conf)) { in btif_config_remove_unpaired()
474 if (!config_has_key(conf, section, "LinkKey") && in btif_config_remove_unpaired()
475 !config_has_key(conf, section, "LE_KEY_PENC") && in btif_config_remove_unpaired()
476 !config_has_key(conf, section, "LE_KEY_PID") && in btif_config_remove_unpaired()
477 !config_has_key(conf, section, "LE_KEY_PCSRK") && in btif_config_remove_unpaired()
478 !config_has_key(conf, section, "LE_KEY_LENC") && in btif_config_remove_unpaired()
479 !config_has_key(conf, section, "LE_KEY_LCSRK")) { in btif_config_remove_unpaired()
481 config_remove_section(conf, section); in btif_config_remove_unpaired()