From: Marcel Holtmann Date: Mon, 14 Oct 2013 08:20:33 +0000 (-0700) Subject: doc: Add section about Set Scan Parameters command X-Git-Tag: android-x86-4.4-r3~7438 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=e3aa668ea90ae9b7e61f7b3fcacaa426e46527d9;p=android-x86%2Fexternal-bluetooth-bluez.git doc: Add section about Set Scan Parameters command --- 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 ======================