SimpleBluetoothLibrary icon indicating copy to clipboard operation
SimpleBluetoothLibrary copied to clipboard

Android library for simplifying bluetooth usage.

Results 7 SimpleBluetoothLibrary issues
Sort by recently updated
recently updated
newest added

Hi this im trying to learn and make android bluetooth app i follow the step and copy the code but it has error: incompatible types: cannot be converted to Activity...

When I try to compile : *implementation 'com.github.DeveloperPaul123:SimpleBluetoothLibrary:1.5.1'* I get the error : Failed to resolve: com.afollestad.material-dialogs:core:0.8.5.6

bug
help wanted

Support multiple connections in a bluetooth server. Should be able to implement one host and up to three client devices.

enhancement

Create a background bluetooth service that can be started within an app and still run when the app is closed.

enhancement

com.android.support:support-v4:24.2.1 com.android.support:appcompat-v7:24.2.1 com.afollestad.material-dialogs:core:0.9.0.2

enhancement
help wanted

Calling simplebluetooth.endSimpleBluetooth() causes a system crash if your bluetooth socket is recieving information while you are closing the socket, resulting in a fatal segmentation error. This is probably due to...

bug

Hi, When my device reads the data coming in from the Arduino the data is coming in chopped, the data im receiving comes in very fast. Log: 03-20 21:35:18.693 30385-30385/com.bluetooth.juandiaz.bluetoothconnectivity...

bug