Is is possible to implement multi threading in ionic with bluetooth async communication

I want to implement an android and ios application where it has asynchronous bluetooth communication with bluetooth hardware device.
Is it possible to implement.

My applicaion have to listen notifications continuously(on one thread).

You want multi-threading to then only use one thread?

Please explain the wanted functionality of your app in a more general way. I think you are thinking much too complicated right now.

Despite appearances, JavaScript VMs really only have one thread of execution.