AndroidBluetoothLibrary
AndroidBluetoothLibrary copied to clipboard
A Library for easy implementation of Serial Bluetooth Classic and Low Energy on Android. 💙
Hi Thank you for your great work on the AndroidBluetoothLibrary, made the work easy and reliable for some one new to BT connections like me. I'm moving to a bit...
As mentioned in #41 `OnDataRead` will be called when a ` characterDelimiter` is received, or when the total data received exceeds the character limit of `bufferSize`. _Originally posted by @douglasjunior...
I am try to set minifyEnabled true in build.gradle and it crash when I call init ``` val config = BluetoothConfiguration().apply { context = applicationContext bluetoothServiceClass = BluetoothClassicService::class.java bufferSize =...
Hi there, I'm using Bluetooth classic library to connect devices such as phone and tablets via Bluetooth but it is not working, every time i try to connect device i...
How do I read using the classic bluetooth? Not seeing anything in the documentation. Thanks
Hi. Can I somehow connect to multiple Bluetooth devices simultaneously with library? I basically want to connect several Bluetooth clients to one Bluetooth server. Or can the `BluetoothService` object only...
I can not connect two devices (current sample kotlin). http://prntscr.com/m12p6r Tested https://github.com/ybenannoune/BluetoothPong works normal (used classic https://github.com/googlesamples/android-BluetoothChat/blob/master/Application/src/main/java/com/example/android/bluetoothchat/BluetoothChatService.java ) Thanks for help.
Hello, Thank you for this awesome library. I have to use two characteristics for the read and write operations. If I understand correctly this is not possible: https://github.com/douglasjunior/AndroidBluetoothLibrary/issues/16 Do I...
I was wondering if it were possible to use this library to use both BLE and Bluetooth Serial at the same time (at least for scanning)? My application needs to...
Hi,Thank you for being so helpful the last time... Could you please guide me with pairing using the library ... Help would be appreciated