Searched refs:tx_bw (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_hf_client_co.h | 54 tBTA_HFP_SCO_ROUTE_TYPE bta_hf_client_sco_co_init(UINT32 rx_bw, UINT32 tx_bw,
|
D | bta_ag_co.h | 69 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/ |
D | bta_hf_client_sco.c | 52 .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/ |
D | btm_sco.c | 219 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/ |
D | bta_hf_client_co.c | 113 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/ |
D | bta_ag_co.c | 383 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/ |
D | hcicmds.c | 639 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/ |
D | hcimsgs.h | 286 UINT32 tx_bw, UINT32 rx_bw, 302 UINT32 tx_bw, UINT32 rx_bw,
|
D | btm_api.h | 1121 UINT32 tx_bw; member
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/ |
D | bta_ag_sco.c | 1676 resp.tx_bw = BTM_64KBITS_RATE; in bta_ag_sco_conn_rsp()
|