summaryrefslogtreecommitdiff
path: root/doc/mgmt-api.txt
diff options
context:
space:
mode:
authorMichaƂ Narajowski <michal.narajowski@codecoup.pl>2016-09-18 12:34:37 +0200
committerMarcel Holtmann <marcel@holtmann.org>2016-09-18 16:11:40 +0200
commit8b1c08b05a3946a2bac6cbca3c179dc53215fffe (patch)
treebecdbe395e0c9aa2428fe164e7460ddd5dff609c /doc/mgmt-api.txt
parent5ee33f811ae71c51ed4a85ef3f90424b5b953359 (diff)
downloadbluez-8b1c08b05a3946a2bac6cbca3c179dc53215fffe.tar.gz
doc/mgmt-api: Add Set Appearance command specification
Diffstat (limited to 'doc/mgmt-api.txt')
-rw-r--r--doc/mgmt-api.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt
index 2b8a81d23..0cc747a9a 100644
--- a/doc/mgmt-api.txt
+++ b/doc/mgmt-api.txt
@@ -2885,6 +2885,31 @@ Read Extended Controller Information Command
Invalid Index
+Set Appearance Command
+======================
+
+ Command Code: 0x0042
+ Controller Index: <controller id>
+ Command Parameters: Appearance (2 Octets)
+ Return Parameters:
+
+ This command is used to set the appearance value of a controller.
+
+ This command can be used when the controller is not
+ powered and all settings will be programmed once powered.
+
+ The value of appearance will be remembered when switching
+ the controller off and back on again. So the appearance only
+ have to be set once when a new controller is found and will
+ stay until removed.
+
+ This command generates a Command Complete event on success
+ or a Command Status event on failure.
+
+ Possible errors: Invalid Parameters
+ Invalid Index
+
+
Command Complete Event
======================