Searched refs:pcm_sample_rate (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/ |
D | bta_hf_client_sco.c | 241 UINT32 pcm_sample_rate; in bta_hf_client_sco_conn_rsp() local 270 pcm_sample_rate = BTA_HFP_SCO_SAMP_RATE_8K; in bta_hf_client_sco_conn_rsp() 273 … BTM_ConfigScoPath(bta_hf_client_sco_co_init(pcm_sample_rate, pcm_sample_rate, &codec_info, 0), in bta_hf_client_sco_conn_rsp() 451 UINT32 pcm_sample_rate; in bta_hf_client_sco_create() local 499 pcm_sample_rate = BTA_HFP_SCO_SAMP_RATE_8K; in bta_hf_client_sco_create() 500 sco_route = bta_hf_client_sco_co_init(pcm_sample_rate, pcm_sample_rate, &codec_info, 0); in bta_hf_client_sco_create()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/ |
D | bta_ag_sco.c | 507 UINT32 pcm_sample_rate; in bta_ag_create_sco() local 641 pcm_sample_rate = BTA_HFP_SCO_SAMP_RATE_16K; in bta_ag_create_sco() 643 pcm_sample_rate = BTA_HFP_SCO_SAMP_RATE_8K; in bta_ag_create_sco() 644 … sco_route = bta_ag_sco_co_init(pcm_sample_rate, pcm_sample_rate, &codec_info, p_scb->app_id); in bta_ag_create_sco() 1661 UINT32 pcm_sample_rate; in bta_ag_sco_conn_rsp() local 1719 pcm_sample_rate = BTA_HFP_SCO_SAMP_RATE_8K; in bta_ag_sco_conn_rsp() 1721 …BTM_ConfigScoPath(bta_ag_sco_co_init(pcm_sample_rate, pcm_sample_rate, &codec_info, p_scb->app_id), in bta_ag_sco_conn_rsp()
|