zephyr/tests/bluetooth/controller/ctrl_api
Thomas Ebert Hansen fefa83d5ed Bluetooth: controller: Rework procedure pause logic
llcp_lr_pause()/llcp_rr_pause() only pauses currently pending procedures
in their respective request machines, any future initiations are not
paused, thus they are allowed to run, when the opposite was expected.

Change the procedure pause logic into a global pause on the request
machines them self, this is essence what the per-procedure pause
flag was trying to achieve.

Add new query function llcp_?r_ispaused() to not expose the logic behind
the pause functionality.

Signed-off-by: Thomas Ebert Hansen <thoh@oticon.com>
2022-04-04 15:34:09 +02:00
..
src Bluetooth: controller: Rework procedure pause logic 2022-04-04 15:34:09 +02:00
CMakeLists.txt Bluetooth: controller: llcp: update CMake version for unittesting 2022-02-22 10:09:57 -08:00
testcase.yaml