zephyr/tests/bluetooth/host
Olivier Lesage ef7ede64cc bluetooth: host: Do not try to set NRPA when scanning with identity
Attempting this would fail (assuming the controller is implemented
correctly) because when using legacy commands it is not allowed to
change the device address while scanning.

It also did not make sense. If we have configured the scanner to use
the identity address as own_addr, because the advertiser and scanner
addresses are shared when using legacy commands, setting the adv NRPA
here would overwrite the identity address used by the scanner, which
I assume is not the intention.

Signed-off-by: Olivier Lesage <olivier.lesage@nordicsemi.no>
2025-07-08 13:37:26 -05:00
..
conn Bluetooth: tests: Use bt_hci_cmd_alloc() 2025-06-23 12:44:53 -07:00
crypto tests: bluetooth: replace TinyCrypt with PSA in unit tests 2024-11-27 16:40:47 -05:00
cs Bluetooth: tests: Use bt_hci_cmd_alloc() 2025-06-23 12:44:53 -07:00
data/bt_data_parse
host_mocks
id bluetooth: host: Do not try to set NRPA when scanning with identity 2025-07-08 13:37:26 -05:00
keys Bluetooth: Fix deadlock with settings and bt_hci_cmd_send_sync() 2025-04-01 16:28:00 +02:00
CMakeLists.txt