Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_hf_client_co.h54 tBTA_HFP_SCO_ROUTE_TYPE bta_hf_client_sco_co_init(UINT32 rx_bw, UINT32 tx_bw,
Dbta_ag_co.h69 tBTA_HFP_SCO_ROUTE_TYPE bta_ag_sco_co_init(UINT32 rx_bw, UINT32 tx_bw, tBTA_HFP_CODEC_INFO *p_codec…
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_sco.c52 .tx_bw = BTM_64KBITS_RATE,
66 .tx_bw = BTM_64KBITS_RATE,
78 .tx_bw = BTM_64KBITS_RATE,
91 .tx_bw = BTM_64KBITS_RATE,
104 .tx_bw = BTM_64KBITS_RATE,
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_sco.c219 if (btsnd_hcic_accept_esco_conn (bda, p_setup->tx_bw, p_setup->rx_bw, in btm_esco_conn_rsp()
633 p_setup->tx_bw, p_setup->rx_bw, in btm_send_connect_request()
638 p_setup->tx_bw, in btm_send_connect_request()
1500 p_def->tx_bw = BTM_64KBITS_RATE; in BTM_SetEScoMode()
1520 p_def->tx_bw, p_def->rx_bw, p_def->max_latency, in BTM_SetEScoMode()
1668 p_setup->tx_bw, p_setup->rx_bw, p_parms->max_latency, in BTM_ChangeEScoLinkParms()
1672 if (!btsnd_hcic_setup_esco_conn(p_sco->hci_handle, p_setup->tx_bw, in BTM_ChangeEScoLinkParms()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_client/
Dbta_hf_client_co.c113 tBTA_HFP_SCO_ROUTE_TYPE bta_hf_client_sco_co_init(UINT32 rx_bw, UINT32 tx_bw, in bta_hf_client_sco_co_init() argument
116 APPL_TRACE_EVENT("%s rx_bw %d, tx_bw %d, codec %d", __FUNCTION__, rx_bw, tx_bw, in bta_hf_client_sco_co_init()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_ag/
Dbta_ag_co.c383 tBTA_HFP_SCO_ROUTE_TYPE bta_ag_sco_co_init(UINT32 rx_bw, UINT32 tx_bw, tBTA_HFP_CODEC_INFO *p_codec… in bta_ag_sco_co_init() argument
385 …APPL_TRACE_EVENT("%s rx_bw %d, tx_bw %d, codec %d", __FUNCTION__, rx_bw, tx_bw, p_codec_info->code… in bta_ag_sco_co_init()
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/
Dhcicmds.c639 BOOLEAN btsnd_hcic_setup_esco_conn (UINT16 handle, UINT32 tx_bw, in btsnd_hcic_setup_esco_conn() argument
659 UINT32_TO_STREAM (pp, tx_bw); in btsnd_hcic_setup_esco_conn()
670 BOOLEAN btsnd_hcic_accept_esco_conn (BD_ADDR bd_addr, UINT32 tx_bw, in btsnd_hcic_accept_esco_conn() argument
691 UINT32_TO_STREAM (pp, tx_bw); in btsnd_hcic_accept_esco_conn()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dhcimsgs.h286 UINT32 tx_bw, UINT32 rx_bw,
302 UINT32 tx_bw, UINT32 rx_bw,
Dbtm_api.h1121 UINT32 tx_bw; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_sco.c1676 resp.tx_bw = BTM_64KBITS_RATE; in bta_ag_sco_conn_rsp()