From ff318d86e6c8e92dff5ee5a759c18f07790c9c4e Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 15 Oct 2013 15:09:17 -0700 Subject: [PATCH] doc: Mention the limited discoverable mode setting --- doc/mgmt-api.txt | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt index 710cb6086..f35c295f1 100644 --- a/doc/mgmt-api.txt +++ b/doc/mgmt-api.txt @@ -237,11 +237,17 @@ Set Discoverable Command This command is used to set the discoverable property of a controller. The allowed Discoverable command parameter values - are 0x00 and 0x01. All other values will return Invalid Parameters. + are 0x00, 0x01 and 0x02. All other values will return Invalid + Parameters. Timeout is the time in seconds and is only meaningful when - Discoverable is set to 0x01. Providing a timeout with 0x00 will - return Invalid Parameters. + Discoverable is set to 0x01 or 0x02. Providing a timeout + with 0x00 return Invalid Parameters. For 0x02, the timeout + value is required. + + The value 0x00 disables discoverable, the value 0x01 enables + general discoverable and the value 0x02 enables limited + discoverable. This command is only available for BR/EDR capable controllers (e.g. not for single-mode LE ones). It will return Not Supported -- 2.11.0