Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_sco.cc1275 uint8_t tx_interval, uint8_t retrans_window, in btm_esco_proc_conn_chg() argument
1295 data.retrans_window = p->esco.data.retrans_window = retrans_window; in btm_esco_proc_conn_chg()
Dbtm_int.h156 uint8_t tx_interval, uint8_t retrans_window,
/system/bt/stack/include/
Dbtm_api_types.h824 uint8_t retrans_window; member
835 uint8_t retrans_window; member
/system/bt/stack/btu/
Dbtu_hcif.cc1347 STREAM_TO_UINT8(data.retrans_window, p); in btu_hcif_esco_connection_comp_evt()
1373 uint8_t retrans_window; in btu_hcif_esco_connection_chg_evt() local
1379 STREAM_TO_UINT8(retrans_window, p); in btu_hcif_esco_connection_chg_evt()
1385 btm_esco_proc_conn_chg(status, handle, tx_interval, retrans_window, in btu_hcif_esco_connection_chg_evt()
/system/bt/bta/ag/
Dbta_ag_sco.cc327 __func__, p_data->chg_evt.sco_inx, p_data->chg_evt.retrans_window, in bta_ag_esco_connreq_cback()