Debugging BLE Connection issues on Android
To connect to the device with Android API version < 21 one must (as I understand) search by UUID.
On one android device I am able to connect to a metawear by searching for the following UUID: 326A9000-85CB-9195-D9DD-464CFBBAE75A
However, on a different android device, when I run the same program, it does not connect. The device is visible in the MetaWear app. I am using
mBluetoothAdapter.startLeScan(uMwUuid, mLeScanCallback);
I have tried rebooting and resetting the bluetooth. I am not certain how to proceed. Please advise.
EDIT: 404 get
This discussion has been closed.
Comments