Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco.cc291 static uint16_t btm_sco_voice_settings_to_legacy(enh_esco_params_t* p_parms);
356 uint16_t voice_content_format = btm_sco_voice_settings_to_legacy(p_setup); in btm_esco_conn_rsp()
691 uint16_t voice_content_format = btm_sco_voice_settings_to_legacy(p_setup); in btm_send_connect_request()
1572 uint16_t voice_content_format = btm_sco_voice_settings_to_legacy(p_setup); in BTM_ChangeEScoLinkParms()
1713 static uint16_t btm_sco_voice_settings_to_legacy(enh_esco_params_t* p_params) { in btm_sco_voice_settings_to_legacy() function