Bluetooth: controller: nRF: Revert use of ticker compat mode as default
Ticker is now fixed to avoid catch up of periodic timeout under
large ISR latencies.
Revert commit a749e28d98
("Bluetooth: controller: split:
nRF: Use ticker compat mode as default").
Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
7b89438f4b
commit
fd343ee3c8
1 changed files with 0 additions and 6 deletions
|
@ -117,7 +117,6 @@ config BT_LLL_VENDOR_NORDIC
|
|||
select BT_HAS_HCI_VS
|
||||
select ENTROPY_NRF5_RNG
|
||||
select ENTROPY_NRF5_BIAS_CORRECTION
|
||||
|
||||
select BT_CTLR_LE_ENC_SUPPORT if !BT_CTLR_DATA_LENGTH_CLEAR && \
|
||||
!BT_CTLR_PHY_2M_NRF
|
||||
select BT_CTLR_CONN_PARAM_REQ_SUPPORT
|
||||
|
@ -137,11 +136,6 @@ config BT_LLL_VENDOR_NORDIC
|
|||
select BT_CTLR_XTAL_ADVANCED_SUPPORT
|
||||
select BT_CTLR_SCHED_ADVANCED_SUPPORT
|
||||
select BT_CTLR_TIFS_HW_SUPPORT
|
||||
|
||||
# Until ticker resolve collision is fixed for skipped ticker catch-up
|
||||
# issue, use the old compatibility mode
|
||||
select BT_TICKER_COMPATIBILITY_MODE
|
||||
|
||||
default y
|
||||
help
|
||||
Use Nordic Lower Link Layer implementation.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue