Searched refs:tx_interval (Results 1 – 5 of 5) sorted by relevance
/external/bluetooth/bluedroid/stack/btm/ |
D | btm_sco.c | 1620 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()
|
D | btm_int.h | 1010 extern void btm_esco_proc_conn_chg (UINT8 status, UINT16 handle, UINT8 tx_interval,
|
/external/bluetooth/bluedroid/stack/btu/ |
D | btu_hcif.c | 953 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/ |
D | btm_api.h | 1041 UINT8 tx_interval; member 1053 UINT8 tx_interval; member
|
/external/bluetooth/bluedroid/bta/ag/ |
D | bta_ag_sco.c | 380 p_data->chg_evt.tx_pkt_len, p_data->chg_evt.tx_interval); in bta_ag_esco_connreq_cback()
|