Hi Nordic
For mesh-sdk-4.0 examples/light_switch/server, how many LPN can a server to establish friendship?
Is it limited to MESH_FRIEND_FRIENDSHIP_COUNT?
Regards,
Joseph
Hi Nordic
For mesh-sdk-4.0 examples/light_switch/server, how many LPN can a server to establish friendship?
Is it limited to MESH_FRIEND_FRIENDSHIP_COUNT?
Regards,
Joseph
Hi Joseph,
Yes, you are right MESH_FRIEND_FRIENDSHIP_COUNT defines the number of friendship a friend node can handle. You can remove one LPN and add another. But can have maximum MESH_FRIEND_FRIENDSHIP_COUNT at a time.
Hi Joseph,
Yes, you are right MESH_FRIEND_FRIENDSHIP_COUNT defines the number of friendship a friend node can handle. You can remove one LPN and add another. But can have maximum MESH_FRIEND_FRIENDSHIP_COUNT at a time.