Commit 49c90fa
committed
Bluetooth: hci_sync: Fix scan state after PA Sync has been established
JIRA: https://issues.redhat.com/browse/RHEL-107922
commit ca88be1
Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: Thu Jul 24 16:43:18 2025 -0400
Bluetooth: hci_sync: Fix scan state after PA Sync has been established
Passive scanning is used to program the address of the peer to be
synchronized, so once HCI_EV_LE_PA_SYNC_ESTABLISHED is received it
needs to be updated after clearing HCI_PA_SYNC then call
hci_update_passive_scan_sync to return it to its original state.
Fixes: 6d0417e ("Bluetooth: hci_conn: Fix not setting conn_timeout for Broadcast Receiver")
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Signed-off-by: David Marlin <dmarlin@redhat.com>1 parent 7d4b37a commit 49c90fa
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6985 | 6985 | | |
6986 | 6986 | | |
6987 | 6987 | | |
6988 | | - | |
6989 | | - | |
6990 | 6988 | | |
6991 | 6989 | | |
6992 | 6990 | | |
| |||
7080 | 7078 | | |
7081 | 7079 | | |
7082 | 7080 | | |
| 7081 | + | |
| 7082 | + | |
| 7083 | + | |
| 7084 | + | |
| 7085 | + | |
7083 | 7086 | | |
7084 | 7087 | | |
7085 | 7088 | | |
| |||
0 commit comments