Home
last modified time | relevance | path

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

/system/bt/stack/btu/
Dbtu_hcif.c775 STREAM_TO_UINT16 (data.rx_pkt_len, p); in btu_hcif_esco_connection_comp_evt()
799 UINT16 rx_pkt_len; in btu_hcif_esco_connection_chg_evt() local
809 STREAM_TO_UINT16 (rx_pkt_len, p); in btu_hcif_esco_connection_chg_evt()
813 rx_pkt_len, tx_pkt_len); in btu_hcif_esco_connection_chg_evt()
/system/bt/stack/btm/
Dbtm_sco.c1627 UINT8 retrans_window, UINT16 rx_pkt_len, in btm_esco_proc_conn_chg() argument
1648 data.rx_pkt_len = p->esco.data.rx_pkt_len = rx_pkt_len; in btm_esco_proc_conn_chg()
Dbtm_int.h997 UINT8 retrans_window, UINT16 rx_pkt_len,
/system/bt/stack/include/
Dbtm_api.h1041 UINT16 rx_pkt_len; member
1053 UINT16 rx_pkt_len; member
/system/bt/bta/ag/
Dbta_ag_sco.c408 p_data->chg_evt.retrans_window, p_data->chg_evt.rx_pkt_len, in bta_ag_esco_connreq_cback()