]> Gentwo Git Trees - linux/.git/commit
Bluetooth: HCI: Always use the identity address when initializing a connection
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 26 Sep 2025 19:56:43 +0000 (15:56 -0400)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 1 Dec 2025 21:00:06 +0000 (16:00 -0500)
commit14b06c3a88f7031d64fbce197fad1d400e507663
treea90fc89518cfd3e91fde13c2e97164032c2c42f9
parentd3413703d5f8b7d1e6f514f9440ed5da1bc30796
Bluetooth: HCI: Always use the identity address when initializing a connection

This makes sure hci_conn is initialized with the identity address if
a matching IRK exists which avoids the trouble of having to do it at
multiple places which seems to be missing (e.g. CIS, BIS and PA).

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
include/net/bluetooth/hci_core.h
net/bluetooth/hci_conn.c
net/bluetooth/hci_event.c
net/bluetooth/hci_sync.c