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

  /external/bluetooth/bluedroid/btif/co/
bta_dm_co.c 199 tBTA_DM_SCO_ROUTE_TYPE bta_dm_sco_co_init(UINT32 rx_bw, UINT32 tx_bw,
222 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/stack/btm/
btm_sco.c 129 ** the tx_bw, max_latency, content format, and packet_types are
215 if (btsnd_hcic_accept_esco_conn (bda, p_setup->tx_bw, p_setup->rx_bw,
448 p_setup->tx_bw, p_setup->rx_bw,
453 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 1019 UINT32 tx_bw; member in struct:__anon3250
    [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 627 milliseconds