-
Notifications
You must be signed in to change notification settings - Fork 47
/
org.bluetooth.characteristic.Magnetic_flux_density_2D.xml
37 lines (37 loc) · 1.71 KB
/
org.bluetooth.characteristic.Magnetic_flux_density_2D.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
<?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 - 2D"
type="org.bluetooth.characteristic.Magnetic_flux_density_2D"
uuid="2AA0" 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 two orthogonal axes: X and Y. This
characteristic is composed of two fields having the same
format: In order of LSO to MSO, the fields are: X-Axis,
Y-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 two orthogonal axes: X and Y. This
characteristic is composed of two fields having the same
format: In order of LSO to MSO, the fields are: X-Axis,
Y-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>