sjanc commented on code in PR #1646:
URL: https://github.com/apache/mynewt-nimble/pull/1646#discussion_r1368276381


##########
nimble/syscfg.yml:
##########
@@ -130,6 +130,25 @@ syscfg.defs:
             This enables LE Connection Subrating feature
         value: 0
 
+    BLE_ADDITIONAL_PHY:
+        description: >
+            This enables support for addtitional PHY (2M or CODED)
+        value: 0
+
+    BLE_2M_PHY:

Review Comment:
   BLE_PHY_2M



##########
nimble/syscfg.yml:
##########
@@ -130,6 +130,25 @@ syscfg.defs:
             This enables LE Connection Subrating feature
         value: 0
 
+    BLE_ADDITIONAL_PHY:

Review Comment:
   I'd name it simply 'BLE_PHY'



##########
nimble/syscfg.yml:
##########
@@ -130,6 +130,25 @@ syscfg.defs:
             This enables LE Connection Subrating feature
         value: 0
 
+    BLE_ADDITIONAL_PHY:
+        description: >
+            This enables support for addtitional PHY (2M or CODED)
+        value: 0
+
+    BLE_2M_PHY:
+        description: >
+            This enables support for addtitional 2M PHY
+        value: 0
+        restrictions:
+            - 'BLE_ADDITIONAL_PHY if 1'
+
+    BLE_CODED_PHY:

Review Comment:
   BLE_PHY_CODED



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to