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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0df1f7ff nimble/host/sm: rename remaining BLE_SM_SC_LVL to BLE_SM_LVL
0df1f7ff is described below

commit 0df1f7ff0ea3383fe77894a204cf1044b3ed2bfc
Author: Magdalena Kasenberg <magdalena.kasenb...@codecoup.pl>
AuthorDate: Mon Jul 4 14:58:47 2022 +0200

    nimble/host/sm: rename remaining BLE_SM_SC_LVL to BLE_SM_LVL
---
 nimble/host/syscfg.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nimble/host/syscfg.yml b/nimble/host/syscfg.yml
index e9d984dc..ec55878e 100644
--- a/nimble/host/syscfg.yml
+++ b/nimble/host/syscfg.yml
@@ -103,7 +103,7 @@ syscfg.defs:
             requiring mode 1 level 1.
         value: 0
         restrictions:
-            - 'BLE_SM_SC_LVL == 4 if 1'
+            - 'BLE_SM_LVL == 4 if 1'
             - BLE_SM_MITM
             - 'BLE_SM_SC if 1'
             - '!BLE_SM_LEGACY if 1'

Reply via email to