Searched defs:p_path (Results 1 - 1 of 1) sorted by relevance

/system/bt/main/
H A Dbte_conf.c32 void bte_load_did_conf(const char *p_path) { argument
33 assert(p_path != NULL);
35 config_t *config = config_new(p_path);
37 LOG_ERROR(LOG_TAG, "%s unable to load DID config '%s'.", __func__, p_path);

Completed in 70 milliseconds