Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bluetooth: Controller: Update to memory allocation for CS
Controller required memory for CS will soon be changed to depend on `CONFIG_BT_CTLR_SDC_CS_MAX_ANTENNA_PATHS` and `CONFIG_BT_CTLR_SDC_CS_STEP_MODE3`. This commit prepares hci_driver.c to make use of the new API `SDC_MEM_CS(count, max_antenna_paths_supported, step_mode3_supported)` to calculate memory requirement for CS. The old API `SDC_MEM_CS(count)` will soon be deprecated. Signed-off-by: Erik Sandgren <[email protected]>
- Loading branch information