Hello,
i am working with a custom board, based on nRF52832, running the Bluetooth Mesh SDK v2.0; the board is equipped with a SoC that communicate with the nRF52 using the Serial API. Now i am trying to integrate the Remote Provisioning in a way that allows me to control the remote provisioning via Serial API, although, while i am able to manage the remote scan (using serial_pb_remote_client), i can't run the provisioning procedure since the command that should start the provisioning, calls a function that is not defined; if i understood correctly, i need to make a call to nrf_mesh_prov_provision, specifing NRF_MESH_PROV_BEARER_MESH as bearer, but i can't understand how to do this using the Serial API.
Thanks in advance for your help.
Best Regards,
Mauro