Tests: Bluetooth: mesh_shell: Update prj.conf
Updates and aligns the project config file to enable usage of multiple keys so that users are not required to manually update the project config file for testing most common mesh scenarios requiring multiple netkeys and appkeys. Signed-off-by: Omkar Kulkarni <omkar.kulkarni@nordicsemi.no>
This commit is contained in:
parent
95fff388ba
commit
b160063efb
1 changed files with 3 additions and 1 deletions
|
@ -60,7 +60,7 @@ CONFIG_BT_MESH_PB_ADV=y
|
|||
CONFIG_BT_MESH_GATT_PROXY=y
|
||||
CONFIG_BT_MESH_NODE_ID_TIMEOUT=10
|
||||
|
||||
CONFIG_BT_MESH_SUBNET_COUNT=2
|
||||
CONFIG_BT_MESH_SUBNET_COUNT=3
|
||||
CONFIG_BT_MESH_APP_KEY_COUNT=2
|
||||
# PTS requires more key slots when using Opcodes Aggregator.
|
||||
# First one is implicitly taken by Device Key.
|
||||
|
@ -75,5 +75,7 @@ CONFIG_LOG_PROCESS_THREAD_SLEEP_MS=250
|
|||
CONFIG_BT_MESH_IV_UPDATE_TEST=y
|
||||
CONFIG_BT_MESH_LOG_LEVEL_DBG=y
|
||||
CONFIG_BT_MESH_CDB=y
|
||||
CONFIG_BT_MESH_CDB_SUBNET_COUNT=3
|
||||
CONFIG_BT_MESH_CDB_APP_KEY_COUNT=2
|
||||
CONFIG_BT_MESH_PROVISIONER=y
|
||||
CONFIG_BT_MESH_STATISTIC=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue