cordova-plugin-ble-central icon indicating copy to clipboard operation
cordova-plugin-ble-central copied to clipboard

callback when device connect or disconnect

Open mehmetkaynak opened this issue 2 years ago • 1 comments

Is it possible callback in background when user connect any bluetooth device or disconnect device?

mehmetkaynak avatar Apr 29 '22 13:04 mehmetkaynak

Hi @mehmetkaynak

On iOS this is definitely possible, see: https://github.com/don/cordova-plugin-ble-central#background-scanning-and-notifications-on-ios

In these cases however, you will only be notified when a device you have specifically connected to successfully goes online, or disconnects.

There's no way to subscribe to any device just connecting or disconnecting.

peitschie avatar May 02 '22 00:05 peitschie