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:
parent
f869e51c25
commit
23ddc90394
1 changed files with 6 additions and 6 deletions
|
@ -438,6 +438,12 @@ config BT_MESH_LPN_GROUPS
|
|||
help
|
||||
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
|
||||
|
||||
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
|
||||
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
|
||||
int "Number of supported LPN nodes"
|
||||
range 1 1000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue