zephyr/tests
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
..
application_development/gen_inc_file kconfig: Rename the ZTEST stack size option to align with the rest 2022-02-22 08:23:05 -05:00
arch tests: Change duplicated names of the test cases 2022-03-30 17:42:01 -04:00
benchmarks tests: Change duplicated names of the test cases 2022-03-30 17:42:01 -04:00
bluetooth Bluetooth: controller: Rework procedure pause logic 2022-04-04 15:34:09 +02:00
boards soc/intel_adsp: Require definitions for cavs_hda.h 2022-04-01 09:12:20 -04:00
boot/uefi tests: uefi: move uefi test out of hello world 2021-10-22 06:36:51 -04:00
cmake/config_dir cmake: APPLICATION_CONFIG_DIR support implemented 2021-11-10 08:25:36 -05:00
crypto tests: mbedtls: exclude m2gl025_miv 2022-03-30 21:39:56 -04:00
drivers tests: drivers: can: test can_get_core_clock() and can_get_max_bitrate() 2022-04-04 11:15:10 +02:00
kernel tests: Change duplicated names of the test cases 2022-03-30 17:42:01 -04:00
lib devicetree_regions: Remove path fallback and sanitize name 2022-03-31 10:29:31 +02:00
misc printk: Add tests for print format 2022-03-29 12:34:08 -07:00
net tests: net: socket: tcp: Add test for big block data transfer 2022-04-01 12:36:14 -05:00
posix everywhere: fix typos 2022-03-18 13:24:08 -04:00
subsys usb: move USB device stack code to own directory 2022-03-31 18:30:14 +02:00
unit sys: util: Change return type of ARRAY_SIZE to size_t 2022-03-23 14:09:23 +01:00
ztest tests: Change duplicated names of the test cases 2022-03-30 17:42:01 -04:00