OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:config_paired
(Results
1 - 1
of
1
) sorted by null
/system/bt/btif/src/
btif_config.c
496
config_t *
config_paired
= config_new_clone(config);
local
497
btif_config_remove_unpaired(
config_paired
);
498
config_save(
config_paired
, CONFIG_FILE_PATH);
499
config_free(
config_paired
);
Completed in 57 milliseconds