Home
last modified time | relevance | path

Searched refs:p_path (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/main/
Dbte_conf.cc37 void bte_load_did_conf(const char* p_path) { in bte_load_did_conf() argument
38 log::assert_that(p_path != NULL, "assert failed: p_path != NULL"); in bte_load_did_conf()
40 std::unique_ptr<config_t> config = config_new(p_path); in bte_load_did_conf()
42 log::error("unable to load DID config '{}'.", p_path); in bte_load_did_conf()
/packages/modules/Bluetooth/system/btif/include/
Dbtif_common.h134 void bte_load_did_conf(const char* p_path);