The following changes since commit 065c31f2c6915b38f45b1c817b31f41f62eaa774: rtase: Fix Rx descriptor CRC error bit definition (2025-08-14 17:53:12 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2025-08-15 for you to fetch changes up to 9d4b01a0bf8d2163ae129c9c537cb0753ad5a2aa: Bluetooth: hci_core: Fix not accounting for BIS/CIS/PA links separately (2025-08-15 10:13:41 -0400) ---------------------------------------------------------------- bluetooth pull request for net: - hci_conn: Fix running bis_cleanup for hci_conn->type PA_LINK - hci_conn: Fix not cleaning up Broadcaster/Broadcast Source - hci_core: Fix using {cis,bis}_capable for current settings - hci_core: Fix using ll_privacy_capable for current settings - hci_core: Fix not accounting for BIS/CIS/PA links separately - hci_conn: do return error from hci_enhanced_setup_sync() - hci_event: fix MTU for BN == 0 in CIS Established - hci_sync: Fix scan state after PA Sync has been established - hci_sync: Avoid adding default advertising on startup - hci_sync: Prevent unintended PA sync when SID is 0xFF - ISO: Fix getname not returning broadcast fields - btmtk: Fix wait_on_bit_timeout interruption during shutdown - btnxpuart: Uses threaded IRQ for host wakeup handling ---------------------------------------------------------------- Jiande Lu (1): Bluetooth: btmtk: Fix wait_on_bit_timeout interruption during shutdown Luiz Augusto von Dentz (7): Bluetooth: hci_sync: Fix scan state after PA Sync has been established Bluetooth: ISO: Fix getname not returning broadcast fields Bluetooth: hci_conn: Fix running bis_cleanup for hci_conn->type PA_LINK Bluetooth: hci_conn: Fix not cleaning up Broadcaster/Broadcast Source Bluetooth: hci_core: Fix using {cis,bis}_capable for current settings Bluetooth: hci_core: Fix using ll_privacy_capable for current settings Bluetooth: hci_core: Fix not accounting for BIS/CIS/PA links separately Neeraj Sanjay Kale (1): Bluetooth: btnxpuart: Uses threaded IRQ for host wakeup handling Pauli Virtanen (1): Bluetooth: hci_event: fix MTU for BN == 0 in CIS Established Sergey Shtylyov (1): Bluetooth: hci_conn: do return error from hci_enhanced_setup_sync() Yang Li (2): Bluetooth: hci_sync: Avoid adding default advertising on startup Bluetooth: hci_sync: Prevent unintended PA sync when SID is 0xFF drivers/bluetooth/btmtk.c | 7 +------ drivers/bluetooth/btnxpuart.c | 8 +++---- include/net/bluetooth/bluetooth.h | 4 ++-- include/net/bluetooth/hci_core.h | 44 +++++++++++++++++++++++++++++++++------ net/bluetooth/hci_conn.c | 17 ++++++++++++--- net/bluetooth/hci_event.c | 15 ++++++++----- net/bluetooth/hci_sync.c | 25 ++++++++++++++-------- net/bluetooth/iso.c | 16 +++++++------- net/bluetooth/mgmt.c | 12 +++++------ 9 files changed, 99 insertions(+), 49 deletions(-)