File tree Expand file tree Collapse file tree 3 files changed +9
-20
lines changed Expand file tree Collapse file tree 3 files changed +9
-20
lines changed Original file line number Diff line number Diff line change 11# Apply this overlay at tester build, not hci_ipc build
2- CONFIG_BT_MAX_CONN=3
3- CONFIG_BT_MAX_PAIRED=3
4- # Those have to be the same as in the controller (hci_ipc)
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
Original file line number Diff line number Diff line change @@ -12,13 +12,6 @@ CONFIG_BT_AUDIO_CODEC_CFG_MAX_METADATA_SIZE=22
1212# Ring buffer for streaming ISO data
1313CONFIG_RING_BUFFER=y
1414
15- # These have to be the same as in the controller (hci_ipc)
16- CONFIG_BT_MAX_CONN=3
17- CONFIG_BT_MAX_PAIRED=3
18- CONFIG_BT_BUF_EVT_RX_COUNT=16
19- CONFIG_BT_BUF_EVT_RX_SIZE=255
20- CONFIG_BT_BUF_CMD_TX_SIZE=255
21-
2215# When initiating Codec Config by server for 3 ASEs one by one, MTU buffers
2316# were freed too slow. The bt_bap_stream_ops.configured callback comes earlier.
2417CONFIG_BT_L2CAP_TX_BUF_COUNT=10
@@ -49,9 +42,6 @@ CONFIG_BT_BAP_BROADCAST_SNK_SUBGROUP_COUNT=2
4942CONFIG_BT_PER_ADV_SYNC_TRANSFER_SENDER=y
5043CONFIG_BT_AUDIO_CODEC_CFG_MAX_METADATA_SIZE=255
5144CONFIG_BT_PER_ADV_SYNC_TRANSFER_RECEIVER=y
52- # BASS notifications need higher MTU
53- CONFIG_BT_L2CAP_TX_MTU=255
54- CONFIG_BT_BUF_ACL_RX_SIZE=255
5545
5646# ASCS
5747CONFIG_BT_ASCS=y
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ CONFIG_BT_BONDABLE=y
1616CONFIG_BT_ATT_PREPARE_COUNT=12
1717CONFIG_BT_GATT_CLIENT=y
1818CONFIG_BT_L2CAP_DYNAMIC_CHANNEL=y
19+ CONFIG_BT_L2CAP_TX_MTU=255
1920CONFIG_BT_L2CAP_SEG_RECV=y
2021CONFIG_BT_L2CAP_RECONFIGURE_EXPLICIT=y
2122CONFIG_BT_DEVICE_NAME="Tester"
@@ -27,8 +28,8 @@ CONFIG_BT_L2CAP_ECRED=y
2728CONFIG_BT_EATT_MAX=5
2829CONFIG_BT_FILTER_ACCEPT_LIST=y
2930CONFIG_BT_EATT_AUTO_CONNECT=n
30- CONFIG_BT_MAX_CONN=2
31- CONFIG_BT_MAX_PAIRED=2
31+ CONFIG_BT_MAX_CONN=3
32+ CONFIG_BT_MAX_PAIRED=3
3233CONFIG_BT_GATT_NOTIFY_MULTIPLE=y
3334CONFIG_BT_ATT_RETRY_ON_SEC_ERR=n
3435CONFIG_BT_GATT_DYNAMIC_DB=y
@@ -55,3 +56,9 @@ CONFIG_BT_DIS_SERIAL_NUMBER=y
5556CONFIG_BT_DIS_FW_REV=y
5657CONFIG_BT_DIS_HW_REV=y
5758CONFIG_BT_DIS_SW_REV=y
59+
60+ CONFIG_BT_BUF_EVT_RX_COUNT=16
61+ CONFIG_BT_BUF_EVT_RX_SIZE=255
62+ CONFIG_BT_BUF_CMD_TX_SIZE=255
63+ CONFIG_BT_BUF_ACL_TX_SIZE=251
64+ CONFIG_BT_BUF_ACL_RX_SIZE=255
You can’t perform that action at this time.
0 commit comments