Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
xid
/
specs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
3616759c
authored
2018-03-11 22:45:08 -0700
by
Skip Hines
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Updated documentation in HPE/V1.2/HpeBLE.xid.xml
1 parent
111f9398
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
15 deletions
HPE/V1.2/HpeBLE.xid.xml
HPE/V1.2/HpeBLE.xid.xml
View file @
3616759
...
...
@@ -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>
R
SS signal measured value
(used as negative).
</comment>
<comment>
R
ecieved 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>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment