hi support team,
customer needs provisioner program to program device without app,
i find it in ncs: zephyr\samples\bluetooth\mesh_provisioner and i tested it,here is a question with this code:
this demo can only provision device with app key, as logs shows:

however, compared to nrf5 sdk, our provisoner demo in nrf5 sdk can provision device, also we can set up publication and subscribe, as below:

here is my questions:
1. do we have reference code or demo as same as in nrf5 sdk, so proisioner can set up the group for publish and subscribe?
2 .is it possible to use provisioner to update the light, in case models in light are changed?
here is my other questions:
1. after i copy net key and app key to mobile device, the mobile phone can connect to the device after the device is provisioned by provisioner, for example light demo in mesh folder, but it could not show up in our app, how to fix this if possible ?
2.how can export those provisioning data(from provisioner) to our mobile phone, so mobile phone can use it for backup?