-
Notifications
You must be signed in to change notification settings - Fork 47
/
org.bluetooth.characteristic.blood_pressure_feature.xml
75 lines (75 loc) · 2.81 KB
/
org.bluetooth.characteristic.blood_pressure_feature.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<?xml version="1.0" encoding="utf-8"?>
<!--Copyright 2011 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="Blood Pressure Feature"
type="org.bluetooth.characteristic.blood_pressure_feature"
uuid="2A49">
<InformativeText>
<Abstract>The Blood Pressure Feature characteristic is used to
describe the supported features of the Blood Pressure
Sensor.</Abstract>
</InformativeText>
<Value>
<Field name="Blood Pressure Feature">
<Requirement>Mandatory</Requirement>
<Format>16bit</Format>
<BitField>
<Bit index="0" size="1"
name="Body Movement Detection Support bit">
<Enumerations>
<Enumeration key="0"
value="Body Movement Detection feature not supported" />
<Enumeration key="1"
value="Body Movement Detection feature supported" />
</Enumerations>
</Bit>
<Bit index="1" size="1"
name="Cuff Fit Detection Support bit">
<Enumerations>
<Enumeration key="0"
value="Cuff Fit Detection feature not supported" />
<Enumeration key="1"
value="Cuff Fit Detection feature supported" />
</Enumerations>
</Bit>
<Bit index="2" size="1"
name="Irregular Pulse Detection Support bit">
<Enumerations>
<Enumeration key="0"
value="Irregular Pulse Detection feature not supported" />
<Enumeration key="1"
value="Irregular Pulse Detection feature supported" />
</Enumerations>
</Bit>
<Bit index="3" size="1"
name="Pulse Rate Range Detection Support bit">
<Enumerations>
<Enumeration key="0"
value="Pulse Rate Range Detection feature not supported" />
<Enumeration key="1"
value="Pulse Rate Range Detection feature supported" />
</Enumerations>
</Bit>
<Bit index="4" size="1"
name="Measurement Position Detection Support bit">
<Enumerations>
<Enumeration key="0"
value="Measurement Position Detection feature not supported" />
<Enumeration key="1"
value="Measurement Position Detection feature supported" />
</Enumerations>
</Bit>
<Bit index="5" size="1" name="Multiple Bond Support bit">
<Enumerations>
<Enumeration key="0"
value="Multiple Bonds not supported" />
<Enumeration key="1"
value="Multiple Bonds supported" />
</Enumerations>
</Bit>
<ReservedForFutureUse index="6" size="10" />
</BitField>
</Field>
</Value>
</Characteristic>