forked from oesmith/gatt-xml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorg.bluetooth.characteristic.hid_control_point.xml
29 lines (29 loc) · 1.24 KB
/
org.bluetooth.characteristic.hid_control_point.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 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"
type="org.bluetooth.characteristic.hid_control_point" uuid="2A4C"
name="HID Control Point" last-modified="2011-11-14" approved="Yes">
<InformativeText>
<Summary>The HID Control Point characteristic is a
control-point attribute that defines the following HID Commands
when written:
<p>? Suspend ( Refer to Section 7.4.2, Bluetooth HID Profile
Specification 1.0</p>
<p>? Exit Suspend (Refer to Section 7.4.2, Bluetooth HID
Profile Specification 1.0</p></Summary>
</InformativeText>
<Value>
<Field name="HID Control Point Command">
<InformativeText>There are no response codes defined for the
Suspend and Exit Suspend commands.</InformativeText>
<Requirement>Mandatory</Requirement>
<Format>uint8</Format>
<Enumerations>
<Enumeration key="0" value="Suspend" />
<Enumeration key="1" value="Exit Suspend" />
<ReservedForFutureUse start="2" end="255" />
</Enumerations>
</Field>
</Value>
</Characteristic>