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 really have no idea what's going on there. I've been testing the code on a Nexus 4 (Android 4.4.2) myself and haven't run into problems like these. I think the demo has also been tested on a Galaxy Mini, so there's that too...
05-21 15:36:05.843 14092-14130/com.whitefang E/BluetoothPlugin﹕ CallbackContext for uuid fetching doesn't exist.
You can find the CallbackContext for UUID's in the BluetoothPlugin.java file. I think this error originates from there. Maybe you can throw in some logging to see what is causing this?
This error is in my log as well. But it doesn't affect the connection/working of the app.
Just a speculation but maybe startDiscovery will both trigger BluetoothWrapper.MSG_DEVICE_FOUND and BluetoothWrapper.MSG_UUIDS_FOUND. And startDiscovery usually happens before the uuid callback ctx is assigned (before the client calls bluetooth.getUuids().
In the bluetooth demo after clicking on Connect I get the following error and doesn't connect to the target device, what am I doing wrong?
The device I'm testing on is a Galaxy Note3 with Android KitKat 4.4.2
The text was updated successfully, but these errors were encountered: