zephyr/tests
Jonathan Rico 931a089e2c Bluetooth: host: invalidate the RPA when starting legacy adv
This fixes the failure to use a resolvable private address in this
scenario.

1. call `bt_le_oob_get_local`, will generate and mark RPA as valid
2. start connectable adv w/ IDENTITY bit
3. start connectable adv w/o IDENTITY
4. RPA is not set (in `bt_id_set_private_addr`) because RPA
   is still marked as valid

When EXT_ADV is enabled and the controller supports it, a different code
path is taken that doesn't have this issue.

Unconditionally invalidating the RPA when starting advertising works around
this issue.

Fixes #56326

Signed-off-by: Jonathan Rico <jonathan.rico@nordicsemi.no>
2023-06-17 07:36:58 -04:00
..
application_development samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
arch tests: cleanup metadata and filtering 2023-06-13 09:38:27 -04:00
benchmarks tests: cleanup metadata and filtering 2023-06-13 09:38:27 -04:00
bluetooth tests: bluetooth: mesh_shell: Print correct command for provisioning 2023-06-13 07:05:21 -04:00
boards tests: boards: esp32: cache_coex: add esp32s2 2023-05-27 06:22:50 -04:00
boot tests: boot: mcuboot: disable test 2023-05-25 16:29:40 -04:00
bsim Bluetooth: host: invalidate the RPA when starting legacy adv 2023-06-17 07:36:58 -04:00
cmake tests: snippets: Rework the snippet test 2023-05-25 21:51:26 +02:00
crypto tests: cleanup metadata and filtering 2023-06-13 09:38:27 -04:00
drivers tests: drivers: i2c: i2c_target_api add nucleo_f207zg 2023-06-17 07:35:43 -04:00
kernel tests/samples: set ram/rom limits on some samples/tests 2023-06-13 09:38:27 -04:00
lib tests: cleanup metadata and filtering 2023-06-13 09:38:27 -04:00
misc tests: cleanup metadata and filtering 2023-06-13 09:38:27 -04:00
net net: l2: ieee802154: standardize RSSI value 2023-06-17 07:16:32 -04:00
posix tests: posix: pthread_pressure: enable pthread barrier in twister 2023-06-12 14:06:10 -04:00
robot Twister: Add integration with renode-test 2023-05-26 09:43:49 -04:00
subsys net: l2: ieee802154: standardize RSSI value 2023-06-17 07:16:32 -04:00
unit samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
ztest tests: cleanup metadata and filtering 2023-06-13 09:38:27 -04:00
test_config.yaml