From cb89cc7fdcce49b74e95995593b04c9a2357635a Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 10 Nov 2017 10:13:09 +0200 Subject: [PATCH] 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 --- subsys/bluetooth/host/mesh/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subsys/bluetooth/host/mesh/Kconfig b/subsys/bluetooth/host/mesh/Kconfig index 160069e6695..757b306b15f 100644 --- a/subsys/bluetooth/host/mesh/Kconfig +++ b/subsys/bluetooth/host/mesh/Kconfig @@ -303,7 +303,7 @@ config BT_MESH_FRIEND_RECV_WIN config BT_MESH_FRIEND_QUEUE_SIZE int "Minimum number of buffers supported per Friend Queue" range 2 65536 - default 4 + default 16 help Minimum number of buffers available to be stored for each local Friend Queue. @@ -319,7 +319,7 @@ config BT_MESH_FRIEND_SUB_LIST_SIZE config BT_MESH_FRIEND_LPN_COUNT int "Number of supported LPN nodes" range 1 1000 - default 1 + default 2 help Number of Low Power Nodes the Friend can have a Friendship with simultaneously.