Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bluetooth: host: Skip set passive scan when not scanning with identity
When privacy is disabled by default the scanner still protects it's identity with the use of NRPA addresses. We should not set the identity address for the passive scanner unless the Kconfig option to scan with the identity has been enabled. This makes passive scanner behave the same way as an active scanner since none of them will report directed advertising reports towards the scanners identity. This also enables the advertiser to switch out the random address which is needed for the Bluetooth Mesh LPN case. Fixes #22088. Signed-off-by: Trond Einar Snekvik <[email protected]>
- Loading branch information