Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt-app/test/
H A Dbt_test.c78 static RK_BT_SCO_CODEC_TYPE sco_codec = BT_SCO_CODEC_CVSD; variable
1668 switch(sco_codec) { in hfp_alsa_playback()
1682 printf("%s: invalid sco codec type: %d\n", __func__, sco_codec); in hfp_alsa_playback()
1772 switch(sco_codec) { in hfp_bt_playback()
1780 printf("%s: invalid sco codec type: %d\n", __func__, sco_codec); in hfp_bt_playback()
1910 if(sco_codec != BT_SCO_CODEC_CVSD && sco_codec != BT_SCO_CODEC_MSBC) { in hfp_open_audio_duplex()
1911 printf("%s: invalid sco codec type: %d\n", __func__, sco_codec); in hfp_open_audio_duplex()
2005 sco_codec = (RK_BT_SCO_CODEC_TYPE)codec_type; in bt_test_hfp_hp_cb()