Skip to content

Commit 40b4ccc

Browse files
mkasenbergcarlescufi
authored andcommitted
bluetooth: tester: Add nrf5340_hci_rpmsg.conf file
To apply when the hci_rpmsg controller with overlay nrf5340_cpunet_iso-bt_ll_sw_split.conf is used on the netcore. Signed-off-by: Magdalena Kasenberg <[email protected]>
1 parent c37272b commit 40b4ccc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Those have to be the same as in the controller (hci_rpmsg)
2+
CONFIG_BT_MAX_CONN=2
3+
CONFIG_BT_BUF_EVT_RX_COUNT=16
4+
CONFIG_BT_BUF_EVT_RX_SIZE=255
5+
CONFIG_BT_BUF_CMD_TX_SIZE=255
6+
CONFIG_BT_BUF_ACL_TX_SIZE=251
7+
8+
# L2CAP SDU/PDU TX MTU
9+
CONFIG_BT_L2CAP_TX_MTU=247
10+
11+
# The minimum value for this is
12+
# L2AP MPS + L2CAP header (4)
13+
CONFIG_BT_BUF_ACL_RX_SIZE=255

0 commit comments

Comments
 (0)