This is an automated email from the ASF dual-hosted git repository.

andk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git

commit ee2ce17b3582bd517313a79632b70fb0be64ebf5
Author: Andrzej Kaczmarek <[email protected]>
AuthorDate: Thu Jan 2 10:01:49 2020 +0100

    nimble/ll: Remove unused syscfg
    
    We do support extended scanner filter policy and it's always enabled,
    there's no need to make it configurable.
---
 nimble/controller/syscfg.yml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/nimble/controller/syscfg.yml b/nimble/controller/syscfg.yml
index ac87b28..fcc8ce6 100644
--- a/nimble/controller/syscfg.yml
+++ b/nimble/controller/syscfg.yml
@@ -240,13 +240,6 @@ syscfg.defs:
             This option is used to enable/disable LL privacy.
         value: '1'
 
-    BLE_LL_CFG_FEAT_EXT_SCAN_FILT:
-        description: >
-            This option is used to enable/disable the extended scanner filter
-            policy feature. Currently, this feature is not supported by the
-            nimble controller.
-        value: '0'
-
     BLE_LL_CFG_FEAT_LE_CSA2:
         description: >
             This option is used to enable/disable support for LE Channel

Reply via email to