Home
last modified time | relevance | path

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

/system/bt/stack/gap/
Dgap_ble.cc322 uint16_t min, max, latency, tout; in client_cmpl_cback() local
348 STREAM_TO_UINT16(tout, pp); in client_cmpl_cback()
350 BTM_BleSetPrefConnParams(p_clcb->bda, min, max, latency, tout); in client_cmpl_cback()
/system/bt/bta/sys/
Dbta_sys.h167 uint16_t latency, uint16_t tout);
/system/bt/test/mock/
Dmock_hcic_hcicmds.cc266 void btsnd_hcic_write_auto_flush_tout(uint16_t handle, uint16_t tout) { in btsnd_hcic_write_auto_flush_tout() argument
/system/bt/stack/l2cap/
Dl2c_fcr.cc166 uint32_t tout; in l2c_fcr_start_timer() local
170 tout = (uint32_t)p_ccb->our_cfg.fcr.mon_tout; in l2c_fcr_start_timer()
172 tout = (uint32_t)p_ccb->our_cfg.fcr.rtrans_tout; in l2c_fcr_start_timer()
177 alarm_set_on_mloop(p_ccb->fcrb.mon_retrans_timer, tout, in l2c_fcr_start_timer()
/system/bt/stack/rfcomm/
Drfc_int.h316 extern void rfc_port_timer_start(tPORT* p_port, uint16_t tout);
/system/bt/stack/include/
Dhcimsgs.h180 void (*WriteAutomaticFlushTimeout)(uint16_t handle, uint16_t tout);
/system/bt/stack/hcic/
Dhcicmds.cc1306 void btsnd_hcic_write_auto_flush_tout(uint16_t handle, uint16_t tout) { in btsnd_hcic_write_auto_flush_tout() argument
1317 UINT16_TO_STREAM(pp, tout); in btsnd_hcic_write_auto_flush_tout()