Bluetooth-Library
Bluetooth-Library copied to clipboard
Bluetooth client library for Android.
I would love to see a way to connect and disconnect your client to multiple Bluetooth devices (For example an Android smartphone using this library to connect to multiple HC-06...
My Application restart when I connect/disconnect bluetooth usb 5.0 Bluetooth Dongle.Can you help work fine in normal connection of headphone or other only restaring in usb bluetooth
I put reader class from example like below: ``` public class BluetoothLineReader extends SocketReader { private BufferedReader reader; public BluetoothLineReader(InputStream inputStream) { super(inputStream); reader = new BufferedReader(new InputStreamReader(inputStream)); } @Override...