How to receive HCI events in a single thread with nrf connect SDK

I am planning to migrate from the nRF5 SDK to the nrf connect SDK.

My application is processing events from SoftDevice on a single thread.

In the same way, please tell me how to receive HCI events in a single thread with the nrf connect SDK.

Parents Reply
  • I'm planning on migrating from the nRF5 SDK.
    my application is
    1.GATT service
    2. advertise terminate
    3.advertise reports
    to access the same resource.
    With the nRF5 SDK it was possible to handle all of these in the same thread.

    As far as I read the source code of nrf connect SDK (zephyr), it seems that most BLE events be called from SystemQorkq.

    worry
    Does an event exist that is called from the sending thread?

Children
Related