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
{{ message }}
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.
#I am trying to add this library in android studio. I am using Lolipop version. I got following error .
Error:(35, 13) Failed to resolve: com.akexorcist:bluetoothspp:1.0.0
Show in File Show in Project Structure dialog
and how to get our own device UUID programatically.I think it is authors Android phone and devoce UUID
private static final UUID UUID_ANDROID_DEVICE =
UUID.fromString("fa87c0d0-afac-11de-8a39-0800200c9a66");
private static final UUID UUID_OTHER_DEVICE =
UUID.fromString("00001101-0000-1000-8000-00805F9B34FB");
and I am not able to pair
I am getting following error
W/BluetoothAdapter: getBluetoothService() called with no BluetoothManagerCallback
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
#I am trying to add this library in android studio. I am using Lolipop version. I got following error .
Error:(35, 13) Failed to resolve: com.akexorcist:bluetoothspp:1.0.0
Show in File
Show in Project Structure dialog
and how to get our own device UUID programatically.I think it is authors Android phone and devoce UUID
private static final UUID UUID_ANDROID_DEVICE =
UUID.fromString("fa87c0d0-afac-11de-8a39-0800200c9a66");
private static final UUID UUID_OTHER_DEVICE =
UUID.fromString("00001101-0000-1000-8000-00805F9B34FB");
and I am not able to pair
I am getting following error
W/BluetoothAdapter: getBluetoothService() called with no BluetoothManagerCallback
The text was updated successfully, but these errors were encountered: