From ee1067c9a100137cd2f6660c49d203bfe6031d3d Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Wed, 1 Aug 2018 16:08:36 +0300 Subject: [PATCH] doc/adapter-api: Fix working of Discoverable filter --- doc/adapter-api.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt index 4791af2c7..2afd61bc3 100644 --- a/doc/adapter-api.txt +++ b/doc/adapter-api.txt @@ -116,8 +116,8 @@ Methods void StartDiscovery() bool Discoverable (Default: false) Make adapter discoverable while discovering, - if the adapter is already discoverable this - setting this filter won't do anything. + if the adapter is already discoverable setting + this filter won't do anything. When discovery filter is set, Device objects will be created as new devices with matching criteria are -- 2.47.3