-
Notifications
You must be signed in to change notification settings - Fork 47
/
org.bluetooth.characteristic.cgm_session_start_time.xml
44 lines (44 loc) · 1.77 KB
/
org.bluetooth.characteristic.cgm_session_start_time.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
<?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="CGM Session Start Time"
type="org.bluetooth.characteristic.cgm_session_start_time"
uuid="2AAA" last-modified="2014-11-16" approved="Yes">
<Value>
<Field name="Session Start Time">
<InformativeText>Same format as the Date Time Characteristic,
smallest unit in seconds</InformativeText>
<Requirement>Mandatory</Requirement>
<Reference>org.bluetooth.characteristic.date_time</Reference>
</Field>
<Field name="Time Zone">
<InformativeText>Same format as the Time Zone
Characteristic</InformativeText>
<Requirement>Mandatory</Requirement>
<Reference>org.bluetooth.characteristic.time_zone</Reference>
</Field>
<Field name="DST-Offset">
<InformativeText>Same format as the DST Offset
Characteristic</InformativeText>
<Requirement>Mandatory</Requirement>
<Reference>
org.bluetooth.characteristic.dst_offset</Reference>
</Field>
<Field name="E2E-CRC">
<InformativeText>If the device supports E2E-safety
(E2E-CRC-Supported bit is set in CGM Feature), the session
start time is secured by a CRC calculated over all
fields.</InformativeText>
<Requirement>C1</Requirement>
<Format>uint16</Format>
</Field>
</Value>
<Note>
<p>C1: Mandatory if device supports E2E-CRC (Bit 12 is set in
CGM Feature) otherwise excluded.</p>
<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>