You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/08/29 16:38:48 UTC

[GitHub] [incubator-nuttx] btashton opened a new issue #1665: Bluetooth stack only support a single device

btashton opened a new issue #1665:
URL: https://github.com/apache/incubator-nuttx/issues/1665


   Right now the Bluetooth stack only supports a single device.  This is mostly an by-product of the lower half driver, and does not look too complex to implement.
   
   `bt_buf_s` can be extended to include a pointer to the hardware device handling the frame.  Almost all functions that make reference to `g_btdev` are working on a `bt_buf_s`.  There is a slight complication around this and the kernel thread that will also need to be addressed.
   
   While most hardware will only have a single bluetooth device, there are benefits here for configurations like the simulation where we can do a full loopback style test where the NuttX stack can connection from one attached device to another.


----------------------------------------------------------------
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:
users@infra.apache.org