Check Ble Mesh node configurations

Dears,

I am developing a Ble Mesh node device using nrf52833 SOC with nRF Connect SDK.

I want to check some configuration status in the node.

  1. To check if the node is provisioned, there is a API: bt_mesh_is_provisioned
  2. How to check net idx if the node is already provisioned?
  3. How to get the net key with the net idx provided?
  4. How to check if the node is added any appication keys? How to get the appkey list? Can I get the appkey with the appkey index provided?
  5. How to check if a model is already binded to a appkey with the appkey index provided?
  6. How to check if a model is configured to publish to any address? How to get that publish address?
  7. Can I get the configuration key (private key) of the node?

Best regards.

Parents Reply Children
Related