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:
parent
b644bad5c0
commit
cb89cc7fdc
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue