You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to add that the error callback does get called when there is an error attempting to connect to a device, it just doesn't seem to get called when a connection disconnects.
Is there any reason for this?
The text was updated successfully, but these errors were encountered:
WHarris22
changed the title
Bluetooth serial device disconnect is not firing error callback
Bluetooth Serial plugin device disconnect is not firing error callback
May 6, 2016
We will probably have to change the return type of the connect function to be an Observable instead of a Promise. That should solve the issue. Will fix in next release.
I have some code which connects to a Bluetooth device which works as expected but when the device disconnects the error callback does not get called.
Here is the code I am using...
I'd like to add that the error callback does get called when there is an error attempting to connect to a device, it just doesn't seem to get called when a connection disconnects.
Is there any reason for this?
The text was updated successfully, but these errors were encountered: