I am using Mesh SDK v4.2.0 and my goal is to get the device MAC from the UUID that is available from p_evt->params.unprov.device_uuid available on the prov_evt_handler callback on provisioner_helper.c.
I am aware that the MAC is generated from DEVICEADDR[0] and DEVICEADDR[1] and I suppose the UUID received by the provisioner is also based on this.
I couldn't establish an obvious connection between UUID and MAC by comparing both, is it possible to extract the MAC from the UUID?