Home
last modified time | relevance | path

Searched refs:rx_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.h424 uint16_t rx_pkt_len; member
435 uint16_t rx_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
1210 data.rx_pkt_len = p->esco.data.rx_pkt_len = rx_pkt_len; in btm_esco_proc_conn_chg()
/system/bt/stack/btu/
Dbtu_hcif.cc1195 STREAM_TO_UINT16(data.rx_pkt_len, p); in btu_hcif_esco_connection_comp_evt()
1217 uint16_t rx_pkt_len; in btu_hcif_esco_connection_chg_evt() local
1227 STREAM_TO_UINT16(rx_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()