onegray commented on PR #6537: URL: https://github.com/apache/incubator-nuttx/pull/6537#issuecomment-1175299311
Yes, for stm32wb we have to follow the CPU2 firmware logic which is quite specific. The communication for each IPCC channel is represented by async event queue shared in memory as a linked list. The channels have fixed assignment and just two of them are needed for BLE (for system commands and for BLE commands). Fortunately we have the [`bt_driver_s`](https://github.com/apache/incubator-nuttx/blob/master/include/nuttx/wireless/bluetooth/bt_driver.h) which suits for BLE in HCI mode. So for stm32wb it looks like a way to go, similar to `nrf52`. -- 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. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org