Bluetooth: Controller: Fix Advertising PDU memory allocation

Fix Advertising PDU memory allocation for redundant Periodic
Advertising related PDU allocations. The buffer count
related to Periodic Advertising was included twice.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
Vinayak Kariappa Chettimada 2024-07-17 03:02:14 +02:00 committed by Anas Nashif
commit 04e3d0081b
3 changed files with 11 additions and 13 deletions

View file

@ -9,6 +9,6 @@ CONFIG_BT_EXT_ADV=y
CONFIG_BT_EXT_ADV_MAX_ADV_SET=2
CONFIG_BT_CTLR_ADVANCED_FEATURES=y
CONFIG_BT_CTLR_ADV_AUX_SET=2
CONFIG_BT_CTLR_ADV_DATA_BUF_MAX=2
CONFIG_BT_CTLR_ADV_DATA_BUF_MAX=3
CONFIG_BT_PER_ADV=y
CONFIG_BT_PER_ADV_SYNC=y