NRF Connect SDK: Bluetooth mesh config server model callback

Dear all,

When the provisioner add appkey or bind appkey for the node's model, I want to be informed and run a callback function.

Can I set callback for config server model?

Parents
  • Hi,

    I am afraid there are no callbacks for this.

    May I ask what you need it for? There may be a different way to do what you want. It usually shouldn't be necessary to keep track of key bindings from the application layer, since for instance for API calls requiring an address you can check the return code in order to handle missing keys.

    Regards,
    Terje

Reply
  • Hi,

    I am afraid there are no callbacks for this.

    May I ask what you need it for? There may be a different way to do what you want. It usually shouldn't be necessary to keep track of key bindings from the application layer, since for instance for API calls requiring an address you can check the return code in order to handle missing keys.

    Regards,
    Terje

Children
Related