Searched refs:local_diff (Results 1 – 1 of 1) sorted by relevance
306 uint64_t local_diff = curr_local_ts - prev_received_local_ts; in bt_calibration_thread() local307 if (!(reset || sleep) && ((local_diff < MIN_LOCAL_TS_DISTANCE_NS) || in bt_calibration_thread()308 (!skip_rcv_ts && (local_diff > MAX_LOCAL_TS_DISTANCE_NS)))) { in bt_calibration_thread()