From aecc71a383866137233a9eba05f1293898c81897 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 11 Jan 2014 14:12:13 -0800 Subject: [PATCH] doc: Mention the Secure Connections Only mode --- doc/mgmt-api.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt index 7199aa96b..dd71b787b 100644 --- a/doc/mgmt-api.txt +++ b/doc/mgmt-api.txt @@ -1380,8 +1380,12 @@ Set Secure Connections Command This command is used to enable/disable Secure Connections support for a controller. The allowed values for the - Secure_Connections command parameter are 0x00 and 0x01. All - other values will return Invalid Parameters. + Secure_Connections command parameter are 0x00, 0x01 and 0x02. + All other values will return Invalid Parameters. + + The value 0x00 disables Secure Connections, the value 0x01 + enables Secure Connections and the value 0x02 enables Secure + Connections Only mode. This command is only available for BR/EDR capable controllers supporting the core specification version 4.1 or greater -- 2.47.3