gustavonihei commented on a change in pull request #4509:
URL: https://github.com/apache/incubator-nuttx/pull/4509#discussion_r718553018



##########
File path: arch/xtensa/src/esp32/Kconfig
##########
@@ -1170,6 +1182,33 @@ endchoice
 
 endmenu # ESP32_WIRELESS
 
+menu "BLE Configuration"
+       depends on ESP32_BLE
+
+config ESP32_BLE_PKTBUF_NUM
+       int "BLE netcard packet buffer number per netcard"
+       default 16
+
+config ESP32_BLE_TTY_NAME
+       string "BLE TTY device name"
+       default "/dev/ttyHCI0"
+       depends on UART_BTH4
+
+config ESP32_BLE_TASK_STACK_SIZE
+       int "Controller task stack size"
+       default 4096
+
+config ESP32_BLE_TASK_PRIORITY
+       int "Controller task priority"
+       default 110
+
+config ESP32_BLE_MAX_CONN
+       int "Maximum BLE simultaneos connections"

Review comment:
       ```suggestion
        int "Maximum BLE simultaneous connections"
   ```




-- 
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