Skip to content

Commit

Permalink
Bluetooth: controller: Implement CSA #2 for SubEvents
Browse files Browse the repository at this point in the history
Implement the functions required to calculate the SubEvent 1
and SubEvent n mapped channel indices.

Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
  • Loading branch information
cvinayak authored and carlescufi committed Jul 19, 2021
1 parent 3501148 commit b329d19
Show file tree
Hide file tree
Showing 4 changed files with 378 additions and 36 deletions.
5 changes: 5 additions & 0 deletions subsys/bluetooth/controller/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,11 @@ config BT_CTLR_ASSERT_HANDLER
and will be invoked whenever the controller code encounters
an unrecoverable error.

config BT_CTLR_TEST
bool "Run in-system unit tests"
help
Run in-system unit tests

endif # BT_CTLR

config BT_CTLR_DEBUG_PINS_CPUAPP
Expand Down
Loading

0 comments on commit b329d19

Please sign in to comment.