v01d commented on pull request #1661: URL: https://github.com/apache/incubator-nuttx/pull/1661#issuecomment-695828237
> > @btashton nimBLE porting layer was accessing the USER channel for the Linux case. I'm thinking that maybe we should use the RAW channel so it is not exclusive and allows for other applications to access the stack. > > For now that is probably fine, but be aware that you have two stacks fighting over the interface now. If you start scanning in one the other will not know. This is why RAW is considered deprecated and USER insures no kernel interference. When using nimBLE NuttX's stack would be disabled, since it would replace it. I will also add this option. It is useful to have the host and controller parts be optional, which is quite useful in different scenarios. ---------------------------------------------------------------- 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