]> git.ipfire.org Git - thirdparty/linux.git/commit
Bluetooth: hci_h5: implement CRC data integrity
authorJavier Nieto <jgnieto@cs.stanford.edu>
Mon, 29 Sep 2025 22:59:21 +0000 (15:59 -0700)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 1 Dec 2025 20:58:54 +0000 (15:58 -0500)
commit97fdb2ea06efdde784480934d1ff60eb21e88b58
tree42c98570ea9e6998199bafa5f890cc6ba9963dd9
parent01622e9a5336015f657df423b700e488fbcd2f39
Bluetooth: hci_h5: implement CRC data integrity

The UART-based H5 protocol supports CRC data integrity checks for
reliable packets. The host sets bit 5 in the configuration field of the
CONFIG link control message to indicate that CRC is supported. The
controller sets the same bit in the CONFIG RESPONSE message to indicate
that CRC may be used from then on.

Tested on a MangoPi MQ-Pro with a Realtek RTL8723DS Bluetooth controller
using the tip of the bluetooth-next tree.

Signed-off-by: Javier Nieto <jgnieto@cs.stanford.edu>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
drivers/bluetooth/Kconfig
drivers/bluetooth/hci_h5.c