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.
- To check if the node is provisioned, there is a API: bt_mesh_is_provisioned
- How to check net idx if the node is already provisioned?
- How to get the net key with the net idx provided?
- 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?
- How to check if a model is already binded to a appkey with the appkey index provided?
- How to check if a model is configured to publish to any address? How to get that publish address?
- Can I get the configuration key (private key) of the node?
Best regards.