-
Notifications
You must be signed in to change notification settings - Fork 47
/
org.bluetooth.characteristic.Magnetic_flux_density_3D.xml
51 lines (51 loc) · 2.32 KB
/
org.bluetooth.characteristic.Magnetic_flux_density_3D.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="utf-8"?>
<!--Copyright 2014 Bluetooth SIG, Inc. All rights reserved.-->
<Characteristic xsi:noNamespaceSchemaLocation="http://schemas.bluetooth.org/Documents/characteristic.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
name="Magnetic Flux Density - 3D"
type="org.bluetooth.characteristic.Magnetic_flux_density_3D"
uuid="2AA1" last-modified="2014-11-20" approved="Yes">
<Value>
<Field name="Magnetic Flux Density: X-Axis">
<Requirement>Mandatory</Requirement>
<Format>sint16</Format>
<Unit>org.bluetooth.unit.magnetic_flux_density.tesla</Unit>
<Description>This characteristic contains measurements of
magnetic flux density for three orthogonal axes: X, Y and Z.
This characteristic is composed of three fields having the
same format: In order of LSO to MSO, the fields are: X-Axis,
Y-Axis, Z-Axis. 1 x 10^-7 Tesla equals 0.001
Gauss.</Description>
<DecimalExponent>-7</DecimalExponent>
</Field>
<Field name="Magnetic Flux Density: Y-Axis">
<Requirement>Mandatory</Requirement>
<Format>sint16</Format>
<Unit>org.bluetooth.unit.magnetic_flux_density.tesla</Unit>
<Description>This characteristic contains measurements of
magnetic flux density for three orthogonal axes: X, Y and Z.
This characteristic is composed of three fields having the
same format: In order of LSO to MSO, the fields are: X-Axis,
Y-Axis, Z-Axis. 1 x 10^-7 Tesla equals 0.001
Gauss.</Description>
<DecimalExponent>-7</DecimalExponent>
</Field>
<Field name="Magnetic Flux Density: Z-Axis">
<Requirement>Mandatory</Requirement>
<Format>sint16</Format>
<Unit>org.bluetooth.unit.magnetic_flux_density.tesla</Unit>
<Description>This characteristic contains measurements of
magnetic flux density for three orthogonal axes: X, Y and Z.
This characteristic is composed of three fields having the
same format: In order of LSO to MSO, the fields are: X-Axis,
Y-Axis, Z-Axis. 1 x 10^-7 Tesla equals 0.001
Gauss.</Description>
<DecimalExponent>-7</DecimalExponent>
</Field>
</Value>
<Note>
<p>The fields in the above table are in the order of LSO to
MSO. Where LSO = Least Significant Octet and MSO = Most
Significant Octet</p>
</Note>
</Characteristic>