btashton commented on pull request #1661: URL: https://github.com/apache/incubator-nuttx/pull/1661#issuecomment-695827810
> If you are interacting either with the host's bluetooth dongle or with the BT link-layer, you already know you have an HCI packet to send. If NuttX is built with its own host-layer enabled, it would be fed with bt_hci_receive() at some point. When using nimBLE the host stack would be disabled and the packet should reach the open HCI socket. Yeah the routing is done via the specified channel. There is no channel logic yet in my PR. That is actually the reason I started to stub out some functions like the `send_bt` because we would need to see if any sockets are connected on the monitor channel and forward an event to them. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org