Is there a good way to uniquely identify mesh node across multiple smart phones? The problem is: Android provides access to MAC addresses that can be used as identifiers of mesh nodes, but iOS does not. (iOS replaces MACs with UUIDs that are unique for the phone, but are different on different phones). I was thinking about using network id and unicast address combination, but looks like they are not always accessible in advertisement. Mesh device UUID is accessible in unprovisioned device advertisement, but I don't see a way to access it after the node is provisioned. Any other options that I miss? Thank you!