-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathcom.r00li.bluetooth.service.rswitchv2.xml
More file actions
executable file
·46 lines (45 loc) · 1.83 KB
/
com.r00li.bluetooth.service.rswitchv2.xml
File metadata and controls
executable file
·46 lines (45 loc) · 1.83 KB
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
<?xml version="1.0" encoding="utf-8"?><!-- Copyright 2011 Bluetooth SIG, Inc. All rights reserved. -->
<Service xsi:noNamespaceSchemaLocation="http://schemas.bluetooth.org/Documents/service.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="com.r00li.bluetooth.service.rswitchv2" uuid="1BC50000-0200-4B87-E611-A639601728BB"
name="RSwitch V2">
<InformativeText>
<Abstract>
Dimmer service
</Abstract>
<Summary>
Dimmer service
</Summary>
</InformativeText>
<Dependencies>
<Dependency>This service is not dependent upon any other services.</Dependency>
</Dependencies>
<GATTRequirements>
<Requirement subProcedure="Write Characteristic Value">Mandatory</Requirement>
<Requirement subProcedure="Read Characteristic Descriptors">Mandatory</Requirement>
</GATTRequirements>
<Transports>
<Classic>false</Classic>
<LowEnergy>true</LowEnergy>
</Transports>
<ErrorCodes>
</ErrorCodes>
<Characteristics>
<Characteristic name="RSwitch_V2" type="com.r00li.bluetooth.characteristic.rswitchv2">
<InformativeText>
Dimmer state
</InformativeText>
<Requirement>Mandatory</Requirement>
<Properties>
<Read>Mandatory</Read>
<Write>Mandatory</Write>
<WriteWithoutResponse>Excluded</WriteWithoutResponse>
<SignedWrite>Excluded</SignedWrite>
<ReliableWrite>Excluded</ReliableWrite>
<Notify>Excluded</Notify>
<Indicate>Excluded</Indicate>
<WritableAuxiliaries>Excluded</WritableAuxiliaries>
<Broadcast>Excluded</Broadcast>
</Properties>
</Characteristic>
</Characteristics>
</Service>