Home
last modified time | relevance | path

Searched refs:tx_pkt_len (Results 1 – 6 of 6) sorted by relevance

/system/bt/stack/include/
Dsco_hci_link_interface.h30 uint16_t rx_pkt_len, uint16_t tx_pkt_len);
Dbtm_api_types.h425 uint16_t tx_pkt_len; member
436 uint16_t tx_pkt_len; member
/system/bt/test/mock/
Dmock_stack_btm_sco.cc91 uint16_t rx_pkt_len, uint16_t tx_pkt_len) { in btm_esco_proc_conn_chg() argument
/system/bt/stack/btm/
Dbtm_sco.cc1195 uint16_t rx_pkt_len, uint16_t tx_pkt_len) { in btm_esco_proc_conn_chg() argument
1211 data.tx_pkt_len = p->esco.data.tx_pkt_len = tx_pkt_len; in btm_esco_proc_conn_chg()
/system/bt/stack/btu/
Dbtu_hcif.cc1196 STREAM_TO_UINT16(data.tx_pkt_len, p); in btu_hcif_esco_connection_comp_evt()
1216 uint16_t tx_pkt_len; in btu_hcif_esco_connection_chg_evt() local
1228 STREAM_TO_UINT16(tx_pkt_len, p); in btu_hcif_esco_connection_chg_evt()
1233 rx_pkt_len, tx_pkt_len); in btu_hcif_esco_connection_chg_evt()
/system/bt/bta/ag/
Dbta_ag_sco.cc327 p_data->chg_evt.rx_pkt_len, p_data->chg_evt.tx_pkt_len, in bta_ag_esco_connreq_cback()