Searched refs:service_names (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/bta/ag/ |
D | bta_ag_api.cc | 101 const std::vector<std::string>& service_names, in BTA_AgRegister() argument 104 features, service_names, app_id)); in BTA_AgRegister()
|
D | bta_ag_main.cc | 486 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()
|
D | bta_ag_int.h | 380 const std::vector<std::string>& service_names,
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_ag_api.h | 539 const std::vector<std::string>& service_names,
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_hf.cc | 1605 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()
|