Skip to content

Commit 8081008

Browse files
aaronyegxkartben
authored andcommitted
boards: ambiq: apollo4p_blue_kxr_evb: update Bluetooth configuration
There is new added build_assert in the Bluetooth host stack to require CONFIG_BT_BUF_EVT_RX_COUNT larger than CONFIG_BT_BUF_ACL_TX_COUNT. Update the specific Bluetooth configurations to fix the build assert of Bluetooth samples. Signed-off-by: Aaron Ye <[email protected]>
1 parent 10280a8 commit 8081008

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

boards/ambiq/apollo4p_blue_kxr_evb/Kconfig.defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ config MAIN_STACK_SIZE
1919
config BT_BUF_ACL_TX_COUNT
2020
default 14
2121

22+
config BT_BUF_EVT_RX_COUNT
23+
default 15
24+
2225
config BT_BUF_CMD_TX_SIZE
2326
default $(UINT8_MAX)
2427

0 commit comments

Comments
 (0)