Integrating BLE service into an RTOS application

I have an RTOS application into which I integrated a custom BLE service code. Question is, there isn't any need for a separate thread for handling BLE stuff? I see BLE events still fire off fine though not sure how that affects the thread execution.

Also, these BLE events happen within an interrupt?

Related