forked from oesmith/gatt-xml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorg.bluetooth.characteristic.gap.central_address_resolution_support.xml
38 lines (38 loc) · 1.62 KB
/
org.bluetooth.characteristic.gap.central_address_resolution_support.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
<?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="Central Address Resolution"
type="org.bluetooth.characteristic.gap.central_address_resolution"
uuid="2AA6" last-modified="2014-11-26" approved="Yes">
<InformativeText>
<Abstract>
<!--The Information included in this page is informative. The normative descriptions are contained in the applicable specification.-->
</Abstract>
<InformativeDisclaimer />
<Summary>The Peripheral checks if the peer device supports
address resolution by reading the Central Address Resolution
characteristic before using directed advertisement where the
initiator address is set to a Resolvable Private Address
(RPA).</Summary>
</InformativeText>
<Value>
<Field name="Central Address Resolution Support">
<Requirement>Mandatory</Requirement>
<Format>uint8</Format>
<Enumerations>
<Enumeration key="0"
value="address resolution is not supported in this device" />
<Enumeration key="1"
value="address resolution is supported in this device" />
<ReservedForFutureUse start="2" end="255" />
</Enumerations>
</Field>
</Value>
<Note>
<p>A device has only one instance of the Central Address
Resolution characteristic. If the Central Address Resolution
characteristic is not present, then it is assumed that Central
Address Resolution is not supported.</p>
</Note>
</Characteristic>