Searched refs:tout (Results 1 – 7 of 7) sorted by relevance
/system/bt/stack/gap/ |
D | gap_ble.cc | 322 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/ |
D | bta_sys.h | 167 uint16_t latency, uint16_t tout);
|
/system/bt/test/mock/ |
D | mock_hcic_hcicmds.cc | 266 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/ |
D | l2c_fcr.cc | 166 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/ |
D | rfc_int.h | 316 extern void rfc_port_timer_start(tPORT* p_port, uint16_t tout);
|
/system/bt/stack/include/ |
D | hcimsgs.h | 180 void (*WriteAutomaticFlushTimeout)(uint16_t handle, uint16_t tout);
|
/system/bt/stack/hcic/ |
D | hcicmds.cc | 1306 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()
|