3616759c by Skip Hines

Updated documentation in HPE/V1.2/HpeBLE.xid.xml

1 parent 111f9398
......@@ -16,48 +16,49 @@
<using namespace="HPE"/>
<struct name="BLERss" type="ObservationEpoch" pack="true" rttkey="HPE.ObservationType.BLE_RSS">
<comment>observation</comment>
<elem name ="mac" type="mac48" multiplicity="1" ord="P">
<comment>Base BLE Observiation with Recieved Signal Strength (RSS).</comment>
<elem name ="mac" type="mac48" multiplicity="1">
<comment>Every BLE advertisement's PDU has a MAC address</comment>
</elem>
<elem name ="rss" type="uint8" multiplicity="1" default="0">
<tag name="unit" value="-dBm"/>
<comment>RSS signal measured value(used as negative).</comment>
<comment>Recieved signal strength value (used as negative).</comment>
<comment>If not available, encode 0.</comment>
</elem>
</struct>
<struct name="BLERssExt" type="BLERss" pack="true" rttkey="HPE.ObservationType.BLE_RSS_TX">
<comment>observation</comment>
<elem name ="Tx" type="int8" multiplicity="1" ord="P">
<tag name="unit" value="dBm"/>
<comment>Tx Power level.</comment>
<comment>BLE Ext Observation that adds Transmit power to base BLERss.</comment>
<comment>Tx is available with iBeacon and Eddystone.</comment>
<elem name ="Tx" type="int8" multiplicity="1">
<tag name="unit" value="±dBm"/>
<comment>Transmit power level.</comment>
</elem>
</struct>
<!--
<struct name="iBeacon" type="BLERss" pack="true" rttkey="HPE.ObservationType.iBeacon">
<comment>observation</comment>
<elem name ="Tx" type="int8" multiplicity="1" ord="P">
<elem name ="Tx" type="int8" multiplicity="1">
<comment>Tx Power level calibrated RSSI @ 1m</comment>
</elem>
<elem name ="id" type="UUID" multiplicity="1" ord="P">
<elem name ="id" type="UUID" multiplicity="1">
<comment>iBeacon Proximity UUID</comment>
</elem>
<elem name ="major" type="uint16" multiplicity="1" ord="P">
<elem name ="major" type="uint16" multiplicity="1">
<comment>iBeacon Major code</comment>
</elem>
<elem name ="minor" type="uint16" multiplicity="1" ord="P">
<elem name ="minor" type="uint16" multiplicity="1">
<comment>iBeacon Minor code</comment>
</elem>
</struct>
<struct name="Eddystone" type="BLERss" pack="true" rttkey="HPE.ObservationType.EddystoneUID">
<comment>observation</comment>
<elem name ="Tx" type="int8" multiplicity="1" ord="P">
<elem name ="Tx" type="int8" multiplicity="1">
<comment>Tx Power level calibrated RSSI @ 0m</comment>
</elem>
<elem name ="id" type="UUID" multiplicity="1" ord="P">
<elem name ="id" type="UUID" multiplicity="1">
<comment>Eddystone UID</comment>
</elem>
</struct>
......@@ -68,10 +69,10 @@
<comment>3 to 17 bytes, 0 pad</comment>
</array>
<elem name ="Tx" type="int8" multiplicity="1" ord="P">
<elem name ="Tx" type="int8" multiplicity="1">
<comment>Tx Power level calibrated RSSI @ 0m</comment>
</elem>
<elem name ="url" type="EddyURL" multiplicity="1" ord="L">
<elem name ="url" type="EddyURL" multiplicity="1">
<comment>Eddystone UID</comment>
</elem>
</struct>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!