Bluetooth: controller: Kconfig for event length update

Since the event length update is not necessarily an improvement
in all situations a Kconfig option is added so that it can
be disabled for the users that do not need it.

Signed-off-by: Andries Kruithof <andries.kruithof@nordicsemi.no>
This commit is contained in:
Andries Kruithof 2022-12-16 09:48:26 +01:00 committed by Carles Cufí
commit 584bd4069f
4 changed files with 21 additions and 3 deletions

View file

@ -459,6 +459,14 @@ config BT_CTLR_CENTRAL_SPACING
(active clock jitter) + 17040 (PDU rx) = (radio event overheads +
34234) microseconds.
config BT_CTLR_SLOT_RESERVATION_UPDATE
bool "Update event length reservation after PHY or DLE update"
depends on !BT_LL_SW_LLCP_LEGACY && (BT_CTLR_DATA_LENGTH || BT_CTLR_PHY)
default y
help
Updates the event length reservation after a completed Data Length Update
and/or PHY Update procedure to avoid overlap of radio events
config BT_CTLR_LLL_PRIO
int "Lower Link Layer (Radio) IRQ priority" if (BT_CTLR_ULL_LLL_PRIO_SUPPORT && !BT_CTLR_ZLI)
range 0 3 if SOC_SERIES_NRF51X