Reputation: 5
I am trying to use otServerGetNextLeaderService
but it always returns OT_ERROR_NOT_FOUND
.
I added a service on one node using otServerAddService
and registered the local network data with the Leader using otServerRegister
. Then I tried to call otServerGetNextLeaderService
but it returned OT_ERROR_NOT_FOUND
.
How can I get OT_ERROR_NONE
when calling otServerGetNextLeaderService
?
Upvotes: 0
Views: 67