zephyr/tests
Morten Priess 83fcbfd0be Bluetooth: controller: Fixes for CIS Central error handling
- Fix masking for no coded phy
- Allow ISO_Interval < SDU_Interval for framed mode
- Change BT_HCI_ERR_INSUFFICIENT_RESOURCES to
  BT_HCI_ERR_CONN_LIMIT_EXCEEDED.
- Prevent starting same CIS twice
- Cancel an initiated CIS creation procedure if terminated before
  sending CIS_IND.
- Implement canceling of local CC procedure. Respond to CIS_RSP with
  REJECT, if canceled after CIS_REQ was sent.
- Introduce state CIG_STATE_INITIATING for central, to keep track of
  initiating CIS connection, in transition between CONFIGURABLE and
  ACTIVE.

Fixes EBQ test /HCI/CIS/BC-03-C.

Signed-off-by: Morten Priess <mtpr@oticon.com>
2023-08-23 14:45:24 +02:00
..
application_development tests: remove tests. prefix from identifier 2023-08-01 13:24:09 -04:00
arch dts: Move to 'zephyr,memory-attr' 2023-07-25 11:22:10 +02:00
benchmarks tests: Fix app_kernel benchmark to run on cavs25 2023-08-14 18:13:00 +00:00
bluetooth Bluetooth: controller: Fixes for CIS Central error handling 2023-08-23 14:45:24 +02:00
boards soc: xtensa: espressif_esp32: add SPIRAM heap offset and size 2023-08-22 14:44:16 +02:00
boot tests: boot: mcuboot_recovery_retention: Fix configuration issue 2023-07-20 15:13:49 +00:00
bsim tests: Bluetooth: Mesh: opposite slot order for bsim settings backend 2023-08-23 10:06:26 +02:00
cmake cmake: Fix scope pollution in zephyr_get(... MERGE) 2023-08-16 15:01:57 +02:00
crypto tests: cleanup metadata and filtering 2023-06-13 09:38:27 -04:00
drivers tests: drivers: uart: uart_async_api change pin nucleo_l152re 2023-08-22 18:11:32 +02:00
kernel tests/kernel/interrupt: Enable 'icount' for qemu_cortex_m0 2023-08-23 10:09:44 +01:00
lib tests/libcxx: Test aligned allocation with C++ new operator 2023-08-10 11:35:17 -04:00
misc tests: misc: kconfigoptions: test new options 2023-08-02 10:38:23 +02:00
net tests: net: tcp: Add testcase for validating retransmitted FIN seq 2023-08-22 10:00:14 +02:00
posix tests: posix: pthread_pressure: Correct the 64BIT naming 2023-08-21 13:27:07 +02:00
robot Twister: Add integration with renode-test 2023-05-26 09:43:49 -04:00
subsys tests: canbus: isotp: conformance: remove shadow variables 2023-08-22 18:06:27 +02:00
unit tests: crc: fix crc library location 2023-08-20 19:08:24 +01:00
ztest tests: cleanup metadata and filtering 2023-06-13 09:38:27 -04:00
test_config.yaml