Searched refs:tout (Results 1 – 5 of 5) sorted by relevance
/system/bt/stack/gap/ |
D | gap_ble.cc | 311 uint16_t min, max, latency, tout; in client_cmpl_cback() local 337 STREAM_TO_UINT16(tout, pp); in client_cmpl_cback() 339 BTM_BleSetPrefConnParams(p_clcb->bda, min, max, latency, tout); in client_cmpl_cback()
|
/system/bt/bta/sys/ |
D | bta_sys.h | 145 uint16_t latency, uint16_t tout);
|
/system/bt/stack/rfcomm/ |
D | rfc_int.h | 305 extern void rfc_port_timer_start(tPORT* p_port, uint16_t tout);
|
/system/bt/stack/l2cap/ |
D | l2c_fcr.cc | 172 uint32_t tout; in l2c_fcr_start_timer() local 176 tout = (uint32_t)p_ccb->our_cfg.fcr.mon_tout; in l2c_fcr_start_timer() 178 tout = (uint32_t)p_ccb->our_cfg.fcr.rtrans_tout; in l2c_fcr_start_timer() 183 alarm_set_on_mloop(p_ccb->fcrb.mon_retrans_timer, tout, in l2c_fcr_start_timer()
|
/system/bt/stack/hcic/ |
D | hcicmds.cc | 868 void btsnd_hcic_write_auto_flush_tout(uint16_t handle, uint16_t tout) { in btsnd_hcic_write_auto_flush_tout() argument 879 UINT16_TO_STREAM(pp, tout); in btsnd_hcic_write_auto_flush_tout()
|