raiden00pl commented on code in PR #8793:
URL: https://github.com/apache/nuttx/pull/8793#discussion_r1133213840


##########
arch/arm/src/nrf53/Kconfig:
##########
@@ -205,9 +205,16 @@ config NRF53_SDC_PERIPHERAL_COUNT
                determines the number of central roles from the following:
 
                CENTRAL_ROLES = CONFIG_BLUETOOTH_MAX_CONN - 
NRF53_SDC_PERIPHERAL_COUNT
+               or
+               CENTRAL_ROLES = NRF52_SDC_MAX_COUNT - NRF52_SDC_PERIPHERAL_COUNT
 
                So by choosing these two variables you can control both 
capabilities.
 
+config NRF53_SDC_MAX_COUNT
+       int "Number of max roles to support"

Review Comment:
   fixed



-- 
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...@nuttx.apache.org

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

Reply via email to