]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Bluetooth: ISO: Fix getname not returning broadcast fields
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 24 Jul 2025 20:36:27 +0000 (16:36 -0400)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 15 Aug 2025 13:44:49 +0000 (09:44 -0400)
commitaee29c18a38d479c2f058c9b6a39b0527cf81d10
tree8388b8aa9864b4f505d4a5dcda02c6319c5a92b9
parentca88be1a2725a42f8dbad579181611d9dcca8e88
Bluetooth: ISO: Fix getname not returning broadcast fields

getname shall return iso_bc fields for both BIS_LINK and PA_LINK since
the likes of bluetoothd do use the getpeername to retrieve the SID both
when enumerating the broadcasters and when synchronizing.

Fixes: a7bcffc673de ("Bluetooth: Add PA_LINK to distinguish BIG sync and PA sync connections")
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
net/bluetooth/iso.c