Home
last modified time | relevance | path

Searched refs:dur (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_fcr.c258 UINT32 dur = osi_time_get_os_boottime_ms() - p_ccb->fcrb.connect_tick_count; in l2c_fcr_cleanup() local
264 … "--- L2CAP ERTM Stats for CID: 0x%04x Duration: %08ums", p_ccb->local_cid, dur); in l2c_fcr_cleanup()
275 (dur >= 10 ? (p_ccb->fcrb.ertm_byte_counts[0] * 100) / (dur / 10) : 0), in l2c_fcr_cleanup()
282 (dur >= 10 ? (p_ccb->fcrb.ertm_byte_counts[1] * 100) / (dur / 10) : 0), in l2c_fcr_cleanup()
/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps_registrar.c1209 struct os_reltime now, dur; in wps_registrar_probe_req_rx() local
1211 os_reltime_sub(&now, &reg->pbc_ignore_start, &dur); in wps_registrar_probe_req_rx()
1212 if (dur.sec >= 0 && dur.sec < 5) { in wps_registrar_probe_req_rx()