Home
last modified time | relevance | path

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

/system/bt/stack/gap/
Dgap_ble.cc311 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/
Dbta_sys.h145 uint16_t latency, uint16_t tout);
/system/bt/stack/rfcomm/
Drfc_int.h305 extern void rfc_port_timer_start(tPORT* p_port, uint16_t tout);
/system/bt/stack/l2cap/
Dl2c_fcr.cc172 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/
Dhcicmds.cc868 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()