esp_ble_mesh_provisioner_get_local_net_key() function
This function is called by Provisioner to get the local network key value.
Syntax
const uint8_t *esp_ble_mesh_provisioner_get_local_net_key(uint16_t net_idx); Arguments
net_idx
Network key index.
Return value
Network key on success, or NULL on failure.