From e3aa668ea90ae9b7e61f7b3fcacaa426e46527d9 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 14 Oct 2013 01:20:33 -0700 Subject: [PATCH] doc: Add section about Set Scan Parameters command --- doc/mgmt-api.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt index c15904946..d68b70a29 100644 --- a/doc/mgmt-api.txt +++ b/doc/mgmt-api.txt @@ -1316,6 +1316,28 @@ Set Static Address Command Invalid Index +Set Scan Parameters Command +=========================== + + Command Code: 0x002C + Controller Index: + Command Parameters Interval (2 Octets) + Window (2 Octets) + Return Parameters: + + This command allows for setting the Low Energy scan parameters + used for connection establishment and passive scanning. It is + only supported on controllers with LE support. + + This command generates a Command Complete event on success or a + Command Status event on failure. + + Possible errors: Rejected + Not Supported + Invalid Parameters + Invalid Index + + Command Complete Event ====================== -- 2.47.3