zephyr/tests/bluetooth/controller/ctrl_encrypt
Thomas Ebert Hansen 00c5edd411 Bluetooth: controller: Fix LLCP enc. execution ctx
rp_enc_state_wait_ltk_reply() is executed in thread context, so
it is not allowed to move the encryption state machine forward.

Defer LTK reply handling to next prepare event by introducing a continue
state.

Update the unit test to reflect this, and remove the TODO that actually
said there was an issue in the first place.

Signed-off-by: Thomas Ebert Hansen <thoh@oticon.com>
2023-08-30 10:22:15 +02:00
..
src Bluetooth: controller: Fix LLCP enc. execution ctx 2023-08-30 10:22:15 +02:00
CMakeLists.txt samples and tests: Add REQUIRED to Zephyr find_package call 2023-03-02 09:58:27 +01:00
Kconfig bluetooth: controller: update unittests for LLCP to use proper ZTEST API 2023-02-24 11:46:39 +01:00
prj.conf bluetooth: controller: update unittests for LLCP to use proper ZTEST API 2023-02-24 11:46:39 +01:00
testcase.yaml samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00