Lines Matching refs:conf
499 static void btif_config_remove_unpaired(config_t *conf) { in btif_config_remove_unpaired() argument
500 assert(conf != NULL); in btif_config_remove_unpaired()
506 const config_section_node_t *snode = config_section_begin(conf); in btif_config_remove_unpaired()
507 while (snode != config_section_end(conf)) { in btif_config_remove_unpaired()
510 if (!config_has_key(conf, section, "LinkKey") && in btif_config_remove_unpaired()
511 !config_has_key(conf, section, "LE_KEY_PENC") && in btif_config_remove_unpaired()
512 !config_has_key(conf, section, "LE_KEY_PID") && in btif_config_remove_unpaired()
513 !config_has_key(conf, section, "LE_KEY_PCSRK") && in btif_config_remove_unpaired()
514 !config_has_key(conf, section, "LE_KEY_LENC") && in btif_config_remove_unpaired()
515 !config_has_key(conf, section, "LE_KEY_LCSRK")) { in btif_config_remove_unpaired()
517 config_remove_section(conf, section); in btif_config_remove_unpaired()