Searched refs:retrans_window (Results 1 – 5 of 5) sorted by relevance
/system/bt/stack/btm/ |
D | btm_sco.cc | 1275 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()
|
D | btm_int.h | 156 uint8_t tx_interval, uint8_t retrans_window,
|
/system/bt/stack/include/ |
D | btm_api_types.h | 824 uint8_t retrans_window; member 835 uint8_t retrans_window; member
|
/system/bt/stack/btu/ |
D | btu_hcif.cc | 1347 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/ |
D | bta_ag_sco.cc | 327 __func__, p_data->chg_evt.sco_inx, p_data->chg_evt.retrans_window, in bta_ag_esco_connreq_cback()
|