acassis commented on code in PR #14549:
URL: https://github.com/apache/nuttx/pull/14549#discussion_r1826578698


##########
wireless/bluetooth/Kconfig:
##########
@@ -165,6 +165,16 @@ config BLUETOOTH_BUFFER_IRQRESERVE
                interrupt level.  This setting only needs to be non-zero if your
                low-level Bluetooth driver needs to do such allocations.
 
+config BLUETOOTH_CNTRL_HOST_FLOW_ENABLE
+       bool "Enable Controller to Host Flow Control"
+       default n if BT_CTRL_HOST_FLOW_CONTROL_SUPPORT_DISABLED
+       default y

Review Comment:
   I think you can replace both with just:
   ```
   default !BT_CTRL_HOST_FLOW_CONTROL_SUPPORT_DISABLED
   ```
   
   This way it will be disabled when BT_CTRL_HOST_FLOW_CONTROL_SUPPORT_DISABLED 
is enabled



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to