btashton commented on pull request #1661:
URL: https://github.com/apache/incubator-nuttx/pull/1661#issuecomment-695826013


   > I managed to get HCI packets from nimble to finally reach the simulated BT 
driver. I'm now trying to think how to get things from the BT driver back to 
the network. Right now it is calling `bt_hci_recieve` which I think needs to be 
changed to input the data to the networking layer and let the network driver 
figure how to process this, right? What is the interface I should use for this? 
Is it `bluetooth_input`? I'm guessing `bt_netdev.c` should be extended to be 
able to directly receive HCI packets and not only L2CAP packets via 
`btnet_l2cap_receive`.
   > 
   > @btashton would you want for me to create a (draft) PR to this branch on 
your fork so you can see where I'm currently at? Maybe you already thought of 
some of these things for BTPROTO_L2CAP and the mgmt channel
   
   Sure we can do that.  I'm have a little hard time following, but that sounds 
like it would be easier.  I just rebased this.  The other option is that we 
create a branch and then can work off of that?


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


Reply via email to