v01d commented on pull request #1661: URL: https://github.com/apache/incubator-nuttx/pull/1661#issuecomment-695605246
I went ahead and tried to implement the sendto() for the RAW channel over this branch, to see how far I could go with try nimBLE while testing on sim with my bluetooth dongle. I'm blocked because once I reach `netdev_txnotify_dev(&radio->r_dev)` in `bluetooth_sendto.c` it doesn't seem that the `bluetooth_sendto_eventhandler` is being called. @patacongo I'm guessing there's something else needed for the network driver to work in sim. I suspect this callback is not being invoked because there's something missing for the queue handling to work, could that be it? ---------------------------------------------------------------- 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