1# Apply this overlay at tester build, not hci_ipc build 2CONFIG_BT_MAX_CONN=3 3CONFIG_BT_MAX_PAIRED=3 4# Those have to be the same as in the controller (hci_ipc) 5CONFIG_BT_BUF_EVT_RX_COUNT=16 6CONFIG_BT_BUF_EVT_RX_SIZE=255 7CONFIG_BT_BUF_CMD_TX_SIZE=255 8CONFIG_BT_BUF_ACL_TX_SIZE=251 9CONFIG_BT_BUF_ACL_RX_SIZE=255 10