From 470caaf8d747b4ad54ce211a61612dc0dafa3925 Mon Sep 17 00:00:00 2001 From: Lukasz Rymanowski Date: Wed, 11 Feb 2015 12:32:12 +0100 Subject: [PATCH] doc/mgmt-api: Update error codes for Pair Device Command This patch adds two error codes for Pair device command. Reject error code which is used when requested transport is not enabled. E.g. User wants to do LE pair but LE support is not enabled. Similar with BREDR Not Supported error code which is used if controller is not capable with requested transport --- doc/mgmt-api.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt index a51e91386..bef99902a 100644 --- a/doc/mgmt-api.txt +++ b/doc/mgmt-api.txt @@ -1023,7 +1023,14 @@ Pair Device Command This command generates a Command Complete event on success or failure. - Possible errors: Connect Failed + Reject status is used when requested transport is not enabled. + + Not Supported status is used if controller is not capable with + requested transport. + + Possible errors: Rejected + Not Supported + Connect Failed Busy Invalid Parameters Not Powered -- 2.47.3