Lines Matching refs:conf
503 static void btif_config_remove_unpaired(config_t *conf) { in btif_config_remove_unpaired() argument
504 assert(conf != NULL); in btif_config_remove_unpaired()
510 const config_section_node_t *snode = config_section_begin(conf); in btif_config_remove_unpaired()
511 while (snode != config_section_end(conf)) { in btif_config_remove_unpaired()
514 if (!config_has_key(conf, section, "LinkKey") && in btif_config_remove_unpaired()
515 !config_has_key(conf, section, "LE_KEY_PENC") && in btif_config_remove_unpaired()
516 !config_has_key(conf, section, "LE_KEY_PID") && in btif_config_remove_unpaired()
517 !config_has_key(conf, section, "LE_KEY_PCSRK") && in btif_config_remove_unpaired()
518 !config_has_key(conf, section, "LE_KEY_LENC") && in btif_config_remove_unpaired()
519 !config_has_key(conf, section, "LE_KEY_LCSRK")) { in btif_config_remove_unpaired()
521 config_remove_section(conf, section); in btif_config_remove_unpaired()