Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/audio/shell/
Dbap_usb.c214 const uint8_t ts_jitter_us = 100; /* timestamps may have jitter */ in bap_usb_add_frame_to_usb() local
250 if (ts + ts_jitter_us < decoded_sdu.ts && !ts_overflowed(ts)) { in bap_usb_add_frame_to_usb()
253 } else if (ts > decoded_sdu.ts + ts_jitter_us || ts_overflowed(ts)) { in bap_usb_add_frame_to_usb()