Home
last modified time | relevance | path

Searched refs:p_service_names (Results 1 – 3 of 3) sorted by relevance

/system/bt/bta/ag/
Dbta_ag_api.c111 char * p_service_names[], UINT8 app_id) in BTA_AgRegister() argument
122 if (p_service_names[i]) in BTA_AgRegister()
123 strlcpy(p_buf->p_name[i], p_service_names[i], BTA_SERVICE_NAME_LEN); in BTA_AgRegister()
/system/bt/bta/include/
Dbta_ag_api.h428 tBTA_AG_FEAT features, char *p_service_names[], UINT8 app_id);
/system/bt/btif/src/
Dbtif_hf.c1597 char * p_service_names[] = BTIF_HF_SERVICE_NAMES; in btif_hf_execute_service() local
1606 BTIF_HF_FEATURES, p_service_names, bthf_hf_id[i]); in btif_hf_execute_service()