Commit c5eb497
committed
Bluetooth: hci_conn: Fix running bis_cleanup for hci_conn->type PA_LINK
JIRA: https://issues.redhat.com/browse/RHEL-107922
commit d36349e
Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: Mon Jul 28 13:51:01 2025 -0400
Bluetooth: hci_conn: Fix running bis_cleanup for hci_conn->type PA_LINK
Connections with type of PA_LINK shall be considered temporary just to
track the lifetime of PA Sync setup, once the BIG Sync is established
and connection are created with BIS_LINK the existing PA_LINK
connection shall not longer use bis_cleanup otherwise it terminates the
PA Sync when that shall be left to BIS_LINK connection to do it.
Fixes: a7bcffc ("Bluetooth: Add PA_LINK to distinguish BIG sync and PA sync connections")
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Signed-off-by: David Marlin <dmarlin@redhat.com>1 parent 0d831e1 commit c5eb497
2 files changed
+17
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
830 | 830 | | |
831 | 831 | | |
832 | 832 | | |
833 | | - | |
| 833 | + | |
| 834 | + | |
| 835 | + | |
| 836 | + | |
| 837 | + | |
| 838 | + | |
| 839 | + | |
| 840 | + | |
| 841 | + | |
| 842 | + | |
| 843 | + | |
834 | 844 | | |
835 | 845 | | |
836 | 846 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6952 | 6952 | | |
6953 | 6953 | | |
6954 | 6954 | | |
6955 | | - | |
| 6955 | + | |
6956 | 6956 | | |
6957 | 6957 | | |
| 6958 | + | |
| 6959 | + | |
| 6960 | + | |
| 6961 | + | |
| 6962 | + | |
6958 | 6963 | | |
6959 | 6964 | | |
6960 | 6965 | | |
| |||
0 commit comments