-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Tests: Bluetooth: Tester: Use default number of MBEDTLS PSA Key slots #93117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,6 @@ CONFIG_BT_CTLR_ISO_TX_SDU_LEN_MAX=310 | |
|
||
# CSIP tests requires up to 3 devices | ||
CONFIG_BT_MAX_CONN=3 | ||
CONFIG_MBEDTLS_PSA_KEY_SLOT_COUNT=3 | ||
|
||
# BAP/BSRC/SCC/BV-38-C requires 2 BIGs | ||
CONFIG_BT_EXT_ADV_MAX_ADV_SET=2 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not a critical one; but depending on the test case this also might break MESH runs; because mesh can use up to 4 ext adv sets. Can we move this to Audio specific overlay? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We may need to expand on the design here. The If we want to run Mesh using the hci_ipc sample and apply an overlay, I think we need to have a common netcore overlay, and then additional ones for audio and mesh. In that case, we need a way to specific if we are building for Mesh or Audio to automatically select the correct overlays There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If this is meant to be used only for multicore chips I guess we can revert this in autopts. However how is this than suppose to be configured for combined builds? Or it shouldn't ? ie LL configuration should be done based on host configs? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If by combined builds you mean host and controller on same core, then for combined builds for mesh, using the Applying the |
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As mention on discord, setting this value higher than
CONFIG_BT_MAX_PAIRED
doesn't really make sense IMO