Searched refs:sco_route (Results 1 – 2 of 2) sorted by relevance
| /hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/ |
| D | bta_hf_client_sco.c | 449 tBTM_SCO_ROUTE_TYPE sco_route; in bta_hf_client_sco_create() local 500 sco_route = bta_hf_client_sco_co_init(pcm_sample_rate, pcm_sample_rate, &codec_info, 0); in bta_hf_client_sco_create() 503 BTM_ConfigScoPath(sco_route, bta_hf_client_sco_read_cback, NULL, TRUE); in bta_hf_client_sco_create()
|
| /hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/ |
| D | bta_ag_sco.c | 505 tBTM_SCO_ROUTE_TYPE sco_route; in bta_ag_create_sco() local 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() 650 BTM_ConfigScoPath(sco_route, bta_ag_sco_read_cback, NULL, TRUE); in bta_ag_create_sco()
|