Home
last modified time | relevance | path

Searched refs:service_names (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_api.cc101 const std::vector<std::string>& service_names, in BTA_AgRegister() argument
104 features, service_names, app_id)); in BTA_AgRegister()
Dbta_ag_main.cc486 const std::vector<std::string>& service_names, in bta_ag_api_register() argument
497 if (!service_names[i].empty()) { in bta_ag_api_register()
498 strlcpy(data.api_register.p_name[i], service_names[i].c_str(), in bta_ag_api_register()
Dbta_ag_int.h380 const std::vector<std::string>& service_names,
/packages/modules/Bluetooth/system/bta/include/
Dbta_ag_api.h539 const std::vector<std::string>& service_names,
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf.cc1605 std::vector<std::string> service_names; in ExecuteService() local
1608 service_names.emplace_back(service_name_raw); in ExecuteService()
1615 BTA_AgRegister(get_BTIF_HF_SERVICES(), btif_hf_features, service_names, in ExecuteService()