You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by an...@apache.org on 2022/04/14 07:15:33 UTC

[mynewt-nimble] 02/02: nimble/ll: Fix syscfg definition for css

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 da078e51ed1647e691b21f8e6461bd0ad3092745
Author: Andrzej Kaczmarek <an...@codecoup.pl>
AuthorDate: Wed Apr 13 10:45:59 2022 +0200

    nimble/ll: Fix syscfg definition for css
---
 nimble/controller/syscfg.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/nimble/controller/syscfg.yml b/nimble/controller/syscfg.yml
index af41573b..6ff7bdb3 100644
--- a/nimble/controller/syscfg.yml
+++ b/nimble/controller/syscfg.yml
@@ -393,8 +393,11 @@ syscfg.defs:
             Enables support for vendor-specific HCI commands.
         value: MYNEWT_VAL(BLE_HCI_VS)
     BLE_LL_HCI_VS_CONN_STRICT_SCHED:
-        description: xxx
+        description: >
+            Enable HCI commands to control connection strict scheduling.
         value: 0
+        restrictions:
+            - BLE_LL_HCI_VS if 1
 
     BLE_LL_HCI_VS_EVENT_ON_ASSERT:
         description: >