We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 726c8ab commit ad0c1e1Copy full SHA for ad0c1e1
tests/bluetooth/tester/nrf5340_hci_ipc.conf
@@ -5,3 +5,5 @@ CONFIG_BT_MAX_PAIRED=3
5
CONFIG_BT_BUF_EVT_RX_COUNT=16
6
CONFIG_BT_BUF_EVT_RX_SIZE=255
7
CONFIG_BT_BUF_CMD_TX_SIZE=255
8
+CONFIG_BT_BUF_ACL_TX_SIZE=251
9
+CONFIG_BT_BUF_ACL_RX_SIZE=255
tests/bluetooth/tester/nrf5340_hci_ipc_cpunet.conf
@@ -1,8 +1,5 @@
1
# Apply this overlay at hci_ipc controller build
2
CONFIG_BT_CTLR_CONN_ISO_LOW_LATENCY_POLICY=y
3
-CONFIG_BT_CTLR_DATA_LENGTH_MAX=100
4
-CONFIG_BT_BUF_ACL_RX_SIZE=100
CONFIG_BT_CTLR_PERIPHERAL_ISO_EARLY_CIG_START=y
CONFIG_BT_CTLR_ISOAL_PSN_IGNORE=y
CONFIG_BT_MAX_CONN=3
-CONFIG_BT_MAX_PAIRED=3
0 commit comments