From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Szymon Janc To: linux-bluetooth@vger.kernel.org Cc: =?UTF-8?q?Micha=C5=82=20Narajowski?= Subject: [PATCH 1/5] doc/mgmt-api: Add appearance command specification Date: Wed, 7 Sep 2016 22:57:43 +0200 Message-Id: <1473281867-8560-1-git-send-email-szymon.janc@codecoup.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-bluetooth-owner@vger.kernel.org List-ID: From: MichaƂ Narajowski --- doc/mgmt-api.txt | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt index 2b8a81d..ed0cb99 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: + Command Parameters: Appearance (2 Octets) + Return Parameters: Appearance (2 Octets) + + 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 ====================== -- 2.7.4