Skip to content

Commit b329d19

Browse files
cvinayakcarlescufi
authored andcommitted
Bluetooth: controller: Implement CSA #2 for SubEvents
Implement the functions required to calculate the SubEvent 1 and SubEvent n mapped channel indices. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
1 parent 3501148 commit b329d19

File tree

4 files changed

+378
-36
lines changed

4 files changed

+378
-36
lines changed

subsys/bluetooth/controller/Kconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -641,6 +641,11 @@ config BT_CTLR_ASSERT_HANDLER
641641
and will be invoked whenever the controller code encounters
642642
an unrecoverable error.
643643

644+
config BT_CTLR_TEST
645+
bool "Run in-system unit tests"
646+
help
647+
Run in-system unit tests
648+
644649
endif # BT_CTLR
645650

646651
config BT_CTLR_DEBUG_PINS_CPUAPP

0 commit comments

Comments
 (0)