Bluetooth: Mesh:Move LPN_SUB_ALL to lpn subgroup

Move BT_MESH_LPN_SUB_ALL_NODES_ADDR to lpn subgroup

Signed-off-by: Lingao Meng <mengabc1086@gmail.com>
This commit is contained in:
Lingao Meng 2020-08-26 10:13:45 +08:00 committed by Johan Hedberg
commit 23ddc90394

View file

@ -438,6 +438,12 @@ config BT_MESH_LPN_GROUPS
help help
Maximum number of groups that the LPN can subscribe to. Maximum number of groups that the LPN can subscribe to.
config BT_MESH_LPN_SUB_ALL_NODES_ADDR
bool "Automatically subscribe all nodes address"
help
Automatically subscribe all nodes address when friendship
established.
endif # BT_MESH_LOW_POWER endif # BT_MESH_LOW_POWER
config BT_MESH_FRIEND config BT_MESH_FRIEND
@ -470,12 +476,6 @@ config BT_MESH_FRIEND_SUB_LIST_SIZE
Size of the Subscription List that can be supported by a Size of the Subscription List that can be supported by a
Friend node for a Low Power node. Friend node for a Low Power node.
config BT_MESH_LPN_SUB_ALL_NODES_ADDR
bool "Automatically subscribe all nodes address"
help
Automatically subscribe all nodes address when friendship
established.
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