Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/btm/
Dbtm_sco.c1620 void btm_esco_proc_conn_chg (UINT8 status, UINT16 handle, UINT8 tx_interval, in btm_esco_proc_conn_chg() argument
1644 data.tx_interval = p->esco.data.tx_interval = tx_interval; in btm_esco_proc_conn_chg()
Dbtm_int.h1010 extern void btm_esco_proc_conn_chg (UINT8 status, UINT16 handle, UINT8 tx_interval,
/external/bluetooth/bluedroid/stack/btu/
Dbtu_hcif.c953 STREAM_TO_UINT8 (data.tx_interval, p); in btu_hcif_esco_connection_comp_evt()
981 UINT8 tx_interval; in btu_hcif_esco_connection_chg_evt() local
987 STREAM_TO_UINT8 (tx_interval, p); in btu_hcif_esco_connection_chg_evt()
992 btm_esco_proc_conn_chg (status, handle, tx_interval, retrans_window, in btu_hcif_esco_connection_chg_evt()
/external/bluetooth/bluedroid/stack/include/
Dbtm_api.h1041 UINT8 tx_interval; member
1053 UINT8 tx_interval; member
/external/bluetooth/bluedroid/bta/ag/
Dbta_ag_sco.c380 p_data->chg_evt.tx_pkt_len, p_data->chg_evt.tx_interval); in bta_ag_esco_connreq_cback()