Hi,
I am working on an application using the nrf52 sdk v15 and nrf Mesh sdk v2.1.1 on nrf52840 PDK. Starting from the nrf5_SDK_for_Mesh_v2.1.1_src\examples\sdk_coexist\ble_app_uart_coexist example, I able to communicate the light switch mesh nodes from my existing BLE Gatt application. The mesh nodes are provisioned by nrf5_SDK_for_Mesh_v2.1.1_src\examples\light_switch\provisioner demo application.
As a next step, I would like to combine the Mesh client role with the Mesh provisioner role. That means, nrf52 application is able to switch between the provisioner and client (privisionee) roles. When in provisional role, it provisions few server nodes and eventually configures itself as client node in the same network and switch (reboot) to client role. Is it supported in the standard (and nrf Mesh SDK) ? Any pointers to some documentation or source code examples are much appreciated.