Hello ,
I was thinking to develop an utility with bluetooth, where I have a use-case to
subscribe or wait till new Bluetooth connection is made and start from there … I explored
’nativescript-bluetooth’ library , but they dont have API to subscribe for notification until new bluetooth connection happens ( as far as I understood ). With ‘nativescript-bluetooth’ , we can scan and connect to a device but not wait in the background till phone connects to a device.
I feel only way is to call the native API ? Am I correct ?