Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_sco.cc61 static uint16_t btm_sco_voice_settings_to_legacy(enh_esco_params_t* p_parms);
182 uint16_t voice_content_format = btm_sco_voice_settings_to_legacy(p_setup); in btm_esco_conn_rsp()
327 uint16_t voice_content_format = btm_sco_voice_settings_to_legacy(p_setup); in btm_send_connect_request()
1196 uint16_t voice_content_format = btm_sco_voice_settings_to_legacy(p_setup); in BTM_ChangeEScoLinkParms()
1426 static uint16_t btm_sco_voice_settings_to_legacy(enh_esco_params_t* p_params) { in btm_sco_voice_settings_to_legacy() function