From 4c2abdb4f4a0567bc7a5b6c0bdabaf75682f002c Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 10 Mar 2015 12:39:18 +0200 Subject: [PATCH] doc/mgmt-api: Set Fast Connectable is allowed while not connectable Now that the page scan state isn't strictly tied to the connectable setting (adding BR/EDR devices to the kernel whitelist may enable it as well) we shouldn't prevent fast-connectable from getting set while connectable is not set. --- doc/mgmt-api.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt index 69e575397..0e502a402 100644 --- a/doc/mgmt-api.txt +++ b/doc/mgmt-api.txt @@ -418,15 +418,11 @@ Set Fast Connectable Command This command can only be used when the controller is powered on and will return Not Powerd otherwise. - If connectable is not set, then this command will fail with - Rejected error. - This command generates a Command Complete event on success or a Command Status event on failure. Possible errors: Failed Busy - Rejected Not Supported Invalid Parameters Not Powered -- 2.47.3