From 36711fb6aac8f40bfb8c33449c3a6914b91bf03d Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 29 Feb 2012 12:59:31 -0600 Subject: [PATCH] mgmt-api: Add error code descriptions --- doc/mgmt-api.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt index 635c5525b..4ede43de7 100644 --- a/doc/mgmt-api.txt +++ b/doc/mgmt-api.txt @@ -32,6 +32,30 @@ command or event is not related to any controller. Possible values: 0xFFFF +Error Codes +=========== + +The following values have been defined for use with the Command Status +and Command Complete events: + +0x00 Success +0x01 Unknown Command +0x02 Not Connected +0x03 Failed +0x04 Connect Failed +0x05 Authentication Failed +0x06 Not Paired +0x07 No Resources +0x08 Timeout +0x09 Already Connected +0x0A Busy +0x0B Rejected +0x0C Not Supported +0x0D Invalid Parameters +0x0E Disconnected +0x0F Not Powered + + Read Management Version Information Command =========================================== -- 2.47.3