]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Bluetooth: ISO: add TX timestamping
authorPauli Virtanen <pav@iki.fi>
Tue, 18 Mar 2025 19:06:44 +0000 (21:06 +0200)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Tue, 25 Mar 2025 16:50:07 +0000 (12:50 -0400)
commitd415ba28825909423b1253a3a0db131d74ea6242
treefc84b896c6c5363dc9d86fcb8bca04876c6237fe
parent134f4b39df7b77225a80ef585c15d46f964f5e6f
Bluetooth: ISO: add TX timestamping

Add BT_SCM_ERROR socket CMSG type.

Support TX timestamping in ISO sockets.

Support MSG_ERRQUEUE in ISO recvmsg.

If a packet from sendmsg() is fragmented, only the first ACL fragment is
timestamped.

Signed-off-by: Pauli Virtanen <pav@iki.fi>
Reviewed-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
include/net/bluetooth/bluetooth.h
net/bluetooth/iso.c