Bluetooth: Controller: Fix PA sync-ed ACL supervision timeout

Fix Periodic Advertising Synchronization leading to
Peripheral ACL connection supervision timeout, due to
direction finding related radio hardware registers being
updated in the implementation that is not built for
direction finding feature support.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
Vinayak Kariappa Chettimada 2024-02-02 10:48:34 +01:00 committed by Carles Cufí
parent 83321eed41
commit 10fece0c1e

View file

@ -328,7 +328,7 @@ static int create_prepare_cb(struct lll_prepare_param *p)
#else
} else {
#endif /* CONFIG_BT_CTLR_DF_SCAN_CTE_RX */
if (IS_ENABLED(CONFIG_BT_CTLR_DF_SUPPORT)) {
if (IS_ENABLED(CONFIG_BT_CTLR_DF)) {
/* Disable CTE reception and sampling in Radio */
radio_df_cte_inline_set_enabled(false);
}