Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_sco.cc1468 uint16_t rx_pkt_len, uint16_t tx_pkt_len) { in btm_esco_proc_conn_chg() argument
1485 data.tx_pkt_len = p->esco.data.tx_pkt_len = tx_pkt_len; in btm_esco_proc_conn_chg()
Dbtm_int.h159 uint16_t rx_pkt_len, uint16_t tx_pkt_len);
/system/bt/stack/btu/
Dbtu_hcif.cc1293 STREAM_TO_UINT16(data.tx_pkt_len, p); in btu_hcif_esco_connection_comp_evt()
1313 uint16_t tx_pkt_len; in btu_hcif_esco_connection_chg_evt() local
1325 STREAM_TO_UINT16(tx_pkt_len, p); in btu_hcif_esco_connection_chg_evt()
1330 rx_pkt_len, tx_pkt_len); in btu_hcif_esco_connection_chg_evt()
/system/bt/stack/include/
Dbtm_api_types.h998 uint16_t tx_pkt_len; member
1009 uint16_t tx_pkt_len; member
/system/bt/bta/ag/
Dbta_ag_sco.cc328 p_data->chg_evt.rx_pkt_len, p_data->chg_evt.tx_pkt_len, in bta_ag_esco_connreq_cback()