forked from oesmith/gatt-xml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorg.bluetooth.characteristic.aggregate.xml
29 lines (29 loc) · 1.16 KB
/
org.bluetooth.characteristic.aggregate.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
<?xml version="1.0" encoding="utf-8"?>
<!--Copyright 2015 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="Aggregate" type="org.bluetooth.characteristic.aggregate"
uuid="2A5A" last-modified="2015-07-14" approved="Yes">
<InformativeText>
<Summary>The Aggregate Input is an aggregate of the Digital
Input Characteristic value (if available) and ALL Analog Inputs
available.</Summary>
</InformativeText>
<Value>
<Field name="Input Bits">
<Requirement>Mandatory</Requirement>
<Reference>org.bluetooth.characteristic.digital</Reference>
<Repeated>true</Repeated>
</Field>
<Field name="Analog Input">
<Requirement>Mandatory</Requirement>
<Reference>org.bluetooth.characteristic.analog</Reference>
<Repeated>true</Repeated>
</Field>
</Value>
<Note>
<p>The fields in the above table, reading from top to bottom,
are shown in the order of LSO to MSO, where LSO = Least
Significant Octet and MSO = Most Significant Octet.</p>
</Note>
</Characteristic>