Stream: implementers
Topic: system values for BT addresses
Brian Reinhold (Jul 28 2017 at 08:53):
A possible identifier for a device is its serial number. Another one is its IEEE system id which is an EUI-64. In the DeviceComponent.identifier.system element I would set it to "urn:oid:1.2.840.10004.1.1.1.0.0.1.0.0.1.2680" to indicate that the DeviceComponent.identfier.value was an EUI-64 system id.
Another possible identifier is the device's transport address, either Bluetooth Address, ZigBee address or in the case of USB its PID and VID values. What would the "system" be in those three cases?
Grahame Grieve (Jul 28 2017 at 09:33):
if the Identifier.value is a URI, then the Identifier.system is urn:ietf:rfc:3986
Grahame Grieve (Jul 28 2017 at 09:33):
for the others, we have not determined yet. I tried to reach out to bluetooth in the past, but had no luck
Last updated: Apr 12 2022 at 19:14 UTC