zephyr/tests/bluetooth/ctrl_isoal
Troels Nilsson 769409d41c Bluetooth: Controller: Add parameter to ISOALs sdu_write
For vendor datapaths that do not use a netbuffer to write SDUs
into, the callee of sdu_write currently has to keep track itself
of how much data has been written to the current SDU; This is wasteful
since ISOAL already keeps track of that. Add an sdu_written parameter
to the callback to inform the callee how much has been written to the
current SDU already so the callee can write using the correct offset

Signed-off-by: Troels Nilsson <trnn@demant.com>
2024-05-15 09:26:36 +02:00
..
src Bluetooth: Controller: Add parameter to ISOALs sdu_write 2024-05-15 09:26:36 +02:00
CMakeLists.txt tests: bluetooth: controller: restructured and update ISO-AL unit tests 2022-11-10 09:29:42 +01:00
Kconfig Bluetooth: Remove legacy debug symbols 2024-05-07 09:49:27 +02:00
prj.conf tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
testcase.yaml tests/bluetooth/*: Enable for native_sim 2023-11-22 09:53:10 +01:00