HomeSort by relevance Sort by last modified time
    Searched refs:tx_bw (Results 1 - 8 of 8) sorted by null

  /external/bluetooth/bluedroid/btif/co/
bta_dm_co.c 215 tBTA_DM_SCO_ROUTE_TYPE bta_dm_sco_co_init(UINT32 rx_bw, UINT32 tx_bw,
238 if (!btui_sco_codec_init(rx_bw, tx_bw))
  /external/bluetooth/bluedroid/bta/include/
bta_dm_co.h 154 BTA_API extern tBTA_DM_SCO_ROUTE_TYPE bta_dm_sco_co_init(UINT32 rx_bw, UINT32 tx_bw,
  /external/bluetooth/bluedroid/bta/hf_client/
bta_hf_client_sco.c 35 .tx_bw = BTM_64KBITS_RATE,
48 .tx_bw = BTM_64KBITS_RATE,
60 .tx_bw = BTM_64KBITS_RATE,
  /external/bluetooth/bluedroid/stack/btm/
btm_sco.c 134 ** the tx_bw, max_latency, content format, and packet_types are
220 if (btsnd_hcic_accept_esco_conn (bda, p_setup->tx_bw, p_setup->rx_bw,
455 p_setup->tx_bw, p_setup->rx_bw,
460 p_setup->tx_bw,
    [all...]
  /external/bluetooth/bluedroid/stack/include/
hcimsgs.h 293 UINT32 tx_bw, UINT32 rx_bw,
309 UINT32 tx_bw, UINT32 rx_bw,
    [all...]
btm_api.h 1051 UINT32 tx_bw; member in struct:__anon6042
    [all...]
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_sco.c     [all...]
  /external/bluetooth/bluedroid/stack/hcic/
hcicmds.c 670 BOOLEAN btsnd_hcic_setup_esco_conn (UINT16 handle, UINT32 tx_bw,
689 UINT32_TO_STREAM (pp, tx_bw);
700 BOOLEAN btsnd_hcic_accept_esco_conn (BD_ADDR bd_addr, UINT32 tx_bw,
720 UINT32_TO_STREAM (pp, tx_bw);
    [all...]

Completed in 148 milliseconds