2024-02-06 18:05:08 +08:00
|
|
|
# Apply this overlay at tester build, not hci_ipc build
|
|
|
|
CONFIG_BT_MAX_CONN=3
|
2024-03-28 23:19:42 +08:00
|
|
|
CONFIG_BT_MAX_PAIRED=3
|
2023-08-29 03:04:28 +08:00
|
|
|
# Those have to be the same as in the controller (hci_ipc)
|
2023-04-20 00:09:44 +08:00
|
|
|
CONFIG_BT_BUF_EVT_RX_COUNT=16
|
|
|
|
CONFIG_BT_BUF_EVT_RX_SIZE=255
|
|
|
|
CONFIG_BT_BUF_CMD_TX_SIZE=255
|
2024-08-29 20:45:18 +08:00
|
|
|
CONFIG_BT_BUF_ACL_TX_SIZE=251
|
|
|
|
CONFIG_BT_BUF_ACL_RX_SIZE=255
|