Bluetooth: Mesh: Kconfig: Set PTS-friendly Friendship values

The PTS tests for the Friend node expect a minimum of 16 queued
messages and the ability to have two LPNs. Set these as defaults.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
Johan Hedberg 2017-11-10 10:13:09 +02:00 committed by Johan Hedberg
commit cb89cc7fdc

View file

@ -303,7 +303,7 @@ config BT_MESH_FRIEND_RECV_WIN
config BT_MESH_FRIEND_QUEUE_SIZE config BT_MESH_FRIEND_QUEUE_SIZE
int "Minimum number of buffers supported per Friend Queue" int "Minimum number of buffers supported per Friend Queue"
range 2 65536 range 2 65536
default 4 default 16
help help
Minimum number of buffers available to be stored for each Minimum number of buffers available to be stored for each
local Friend Queue. local Friend Queue.
@ -319,7 +319,7 @@ config BT_MESH_FRIEND_SUB_LIST_SIZE
config BT_MESH_FRIEND_LPN_COUNT config BT_MESH_FRIEND_LPN_COUNT
int "Number of supported LPN nodes" int "Number of supported LPN nodes"
range 1 1000 range 1 1000
default 1 default 2
help help
Number of Low Power Nodes the Friend can have a Friendship Number of Low Power Nodes the Friend can have a Friendship
with simultaneously. with simultaneously.