bluetooth: tester: add missing config
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>
This commit is contained in:
parent
a221b44d9c
commit
1029800a64
2 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
# 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
|
||||
|
|
|
@ -5,3 +5,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue