1029800a64
Set CONFIG_BT_MAX_PAIRED with same value as in host. This is needed for CSIP tests with three lower testers: CSIP/CL/SP/BV-07-C, CSIP/CL/SP/BV-03-C, CSIP/CL/SP/BV-04-C, CSIP/CL/SPE/BI-01-C Signed-off-by: Piotr Narajowski <piotr.narajowski@codecoup.pl>
8 lines
249 B
Plaintext
8 lines
249 B
Plaintext
# Apply this overlay at tester build, not hci_ipc build
|
|
CONFIG_BT_MAX_CONN=3
|
|
CONFIG_BT_MAX_PAIRED=3
|
|
# Those have to be the same as in the controller (hci_ipc)
|
|
CONFIG_BT_BUF_EVT_RX_COUNT=16
|
|
CONFIG_BT_BUF_EVT_RX_SIZE=255
|
|
CONFIG_BT_BUF_CMD_TX_SIZE=255
|