]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bluez5: backport patch to fix address type when loading keys
authorHiago De Franco <hiago.franco@toradex.com>
Tue, 7 Jan 2025 19:23:01 +0000 (16:23 -0300)
committerSteve Sakoman <steve@sakoman.com>
Mon, 13 Jan 2025 14:16:06 +0000 (06:16 -0800)
commitd719d02f2f3ce8f54de0e10d89a8d389edb61fed
tree83105c9caa67300e8b8556269c06932ee48eb171
parent44b625a820a22c99f4fa1d4ed6b6de98c5d75884
bluez5: backport patch to fix address type when loading keys

With Linux kernel v6.6, due to commit 59b047bc9808 ("Bluetooth:
MGMT/SMP: Fix address type when using SMP over BREDR/LE"), an error
might occur when trying to automatically repair a bluetooth device, as
the key might store using a wrong/invalid address type. This happens
only with bluez5 version 5.72:

HCI Event: Link Key Request (0x17) plen 6 bdaddr 8C:98:6B:7A:BD:F0
HCI Command: Link Key Request Negative Reply (0x01|0x000c) plen 6 bdaddr 8C:98:6B:7A:BD:F0

This was already solved upstream, therefore backport the patch to fix
this issue.

Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-connectivity/bluez5/bluez5.inc
meta/recipes-connectivity/bluez5/bluez5/0001-adapter-Fix-up-address-type-when-loading-keys.patch [new file with mode: 0644]