Bluetooth: ISO: Fix getpeername not returning sockaddr_iso_bc fields
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Tue, 15 Apr 2025 15:26:55 +0000 (11:26 -0400)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 21 May 2025 14:28:08 +0000 (10:28 -0400)
commit0a766a0affb563789a0ebaab41d68964ae94fc0e
treec1f0137960d94d984bb6e3539c9cc5775785bdd5
parente2d471b7806b09744d65a64bcf41337468f2443b
Bluetooth: ISO: Fix getpeername not returning sockaddr_iso_bc fields

If the socket is a broadcast receiver fields from sockaddr_iso_bc shall
be part of the values returned to getpeername since some of these fields
are updated while doing the PA and BIG sync procedures.

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
net/bluetooth/iso.c