Can reply callback function be called more than once in OT demo coap_client?

Hi,

I've been working on Open Thread recently. I found that after I send provisioning request, even though there are 3 servers "enabled provisioning", the callback function "on_provisioning_reply" still only be called once.

Is it possible that this callback function can be called every time when received a reply instead of just once?

Path of the demo: .../nrf/samples/openthread/coap_client

Looking forward to your reply.

Joyop

Parents
  • Hi,

    I've picked up your case and will be working on supplying you a reply early next week. In the meanwhile, could you state which version of the SDK you're working with? 

    My initial guess is that the callback function only happens once per thread device as the provisioning request gets handled by the first provisioner that sees the request thus it does never need to send another provioning request to that device. Could you elaborate a bit on why you would want the callback to triggered multiple times?

    Kind regards,
    Andreas

Reply
  • Hi,

    I've picked up your case and will be working on supplying you a reply early next week. In the meanwhile, could you state which version of the SDK you're working with? 

    My initial guess is that the callback function only happens once per thread device as the provisioning request gets handled by the first provisioner that sees the request thus it does never need to send another provioning request to that device. Could you elaborate a bit on why you would want the callback to triggered multiple times?

    Kind regards,
    Andreas

Children
No Data
Related