zephyr/tests
Emil Gydesen 6786bbdb32 Bluetooth: ISO: Add sn and ts to bt_iso_chan_send
Add two new parameters to bt_iso_chan_send:
sn: The packet sequence number which shall be incremeted
per SDU interval.
ts: An optional timestamp value used to synchronize SDUs.

The sequence number in the API uses a 32-bit value even though
the sequence number for the HCI command is 16-bit. This is to
properly handle wrapping of sequence numbers, which is much
easier to do with additional bits allocated.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2022-06-07 18:53:44 +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: arm_thread_swap_tz: Explicitly set the TFM_PROFILE 2022-06-05 14:48:31 +02:00
benchmarks include: add more missing zephyr/ prefixes 2022-05-27 15:20:27 -07:00
bluetooth Bluetooth: ISO: Add sn and ts to bt_iso_chan_send 2022-06-07 18:53:44 +02:00
boards soc/xtensa/intel_adsp/tools: Make cavstool.py DSP resetting more stable 2022-06-07 11:51:37 +02:00
boot/uefi tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
cmake/config_dir cmake: APPLICATION_CONFIG_DIR support implemented 2021-11-10 08:25:36 -05:00
crypto libc: minimal: Introduce CONFIG_MINIMAL_LIBC_NON_REENTRANT_FUNCTIONS 2022-06-01 11:03:38 +02:00
drivers reserved_memory: Remove it and cleanup 2022-06-07 09:41:57 -07:00
kernel tests: timer_monotonic: Enable APIC timer's TSC deadline mode on ehl_crb 2022-06-06 22:45:58 +02:00
lib lib: os: cbprint: enable tagged arguments for packaging 2022-06-08 00:15:55 +09:00
misc tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
net net: lwm2m: Integrate JSON lib to LwM2M 1.0 JSON 2022-06-06 12:06:43 +02:00
posix tests/posix/fs: extend readdir test 2022-05-13 11:10:04 -07:00
subsys tests: logging/log_api: add a few bits for tagged arguments 2022-06-08 00:15:55 +09:00
unit lib: os: cbprint: enable tagged arguments for packaging 2022-06-08 00:15:55 +09:00
ztest tests: cumstom_output: change output to fit twister 2022-06-05 14:48:20 +02:00