Correspond Ranged Beacon with Telemetry data

How would I correspond a ranged beacon to its telemetry?

Let’s say I have

  • a beacon found via ranging and I have the UUID, Major, Minor, MAC Address.

  • a list of EstimoteTelemetry which contains eg. DeviceID

How can I find the corresponding beacon for this telemetry? I have tried comparing if the TLM DeviceID hexString to the Beacon MAC address hexString but it’s like this:

“B_HEX: c88a7165acea TLM_HEX: a280ac04d18b15204781c72784872923”

Also, how can the Estimote Cloud know what the DeviceID is for a beacon, but I can’t access the DeviceID from the cloud data?