mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
bluez5: use kernel-provided RX timestamps
Use kernel-provided packet reception timestamps to get less jitter in packet timings. Mostly matters for ISO/SCO which have regular schedule. A2DP (L2CAP) doesn't currently do RX timestamps in kernel, but we can as well use the same mechanism for it.
This commit is contained in:
parent
081116906d
commit
0d61cc1b1d
8 changed files with 165 additions and 31 deletions
|
|
@ -5,6 +5,7 @@
|
|||
#ifndef SPA_BLUEZ5_BT_LATENCY_H
|
||||
#define SPA_BLUEZ5_BT_LATENCY_H
|
||||
|
||||
#include <time.h>
|
||||
#include <sys/socket.h>
|
||||
#include <linux/net_tstamp.h>
|
||||
#include <linux/errqueue.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue