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:
parent
bf42164084
commit
04e3d0081b
3 changed files with 11 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue