Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_api.c112 char * p_service_names[], UINT8 app_id) in BTA_AgRegister() argument
124 if(p_service_names[i]) { in BTA_AgRegister()
125 BCM_STRNCPY_S(p_buf->p_name[i], p_service_names[i], BTA_SERVICE_NAME_LEN); in BTA_AgRegister()
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_ag_api.h478 tBTA_AG_FEAT features, char *p_service_names[], UINT8 app_id);
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/hf_ag/
Dbtc_hf_ag.c276 char * p_service_names[] = BTC_HF_SERVICE_NAMES; in btc_hf_execute_service() local
282 … BTA_AgRegister(BTC_HF_SERVICES, BTC_HF_SECURITY, BTC_HF_FEATURES, p_service_names, BTC_HF_ID_1); in btc_hf_execute_service()