xiaoxiang781216 commented on code in PR #14333:
URL: https://github.com/apache/nuttx/pull/14333#discussion_r1802414489


##########
drivers/wireless/bluetooth/Kconfig:
##########
@@ -85,4 +85,25 @@ config BLUETOOTH_RPMSG
        depends on EXPERIMENTAL && RPTUN
        default n
 
+config BLUETOOTH_SLIP

Review Comment:
   wherethe driver code



##########
drivers/wireless/bluetooth/bt_bridge.c:
##########
@@ -430,9 +430,9 @@ static int bt_bridge_send_reset_response(FAR struct 
bt_driver_s *driver)
                            sizeof(reset_response));
 }
 
-static inline bool bt_bridge_filter_command(FAR struct bt_bridge_s *bridge,
+static bool bt_bridge_filter_command(FAR struct bt_bridge_s *bridge,

Review Comment:
   merge to previous patch



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