Is there a way to handle BLE hci_event directly in my thread? #hci #nrf52840 #ble


loquat3
 

In the current implementation, BLE HCI_EVENT is processed on a dedicated RX_THREAD and called back in the same context.
I want to handle HCI_EVENT (eg advvertise_report) directly in my thread.
Is there any way?

Join devel@lists.zephyrproject.org to automatically receive all group messages.