-
Notifications
You must be signed in to change notification settings - Fork 623
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[nrf fromlist] Bluetooth: Tester: Unify L2CAP and ACL bufs configuration
This should all be unified so that tests run with similar setup on all boards. Upstream PR #: 80911 Signed-off-by: Lang Xie <lang.xie@nordicsemi.no>
- Loading branch information
Showing
3 changed files
with
9 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1 @@ | ||
# Apply this overlay at tester build, not hci_ipc build | ||
CONFIG_BT_MAX_CONN=3 | ||
CONFIG_BT_MAX_PAIRED=3 | ||
# Those have to be the same as in the controller (hci_ipc) | ||
CONFIG_BT_BUF_EVT_RX_COUNT=16 | ||
CONFIG_BT_BUF_EVT_RX_SIZE=255 | ||
CONFIG_BT_BUF_CMD_TX_SIZE=255 | ||
CONFIG_BT_BUF_ACL_TX_SIZE=251 | ||
CONFIG_BT_BUF_ACL_RX_SIZE=255 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters