Rany Albeg Wein

Results 4 comments of Rany Albeg Wein

Did you manage to solve this issue? I'm stuck on the same thing. Discovery works fine, but this library is useless when you can't actually connect.

Seems like you need to `observeBluetoothSocket` to open a `BluetoothServerSocket` and listen for a connection request : ``` mRxBluetooth.observeBluetoothSocket("MyConnection", UUID.fromString("00001101-0000-1000-8000-00805F9B34FB")) .subscribeOn(mSchedulerProvider.io()) .observeOn(mSchedulerProvider.ui()) .subscribe(new Consumer() { @Override public void accept(BluetoothSocket bluetoothSocket)...

Sorry, but I won't merge until it's perfect. Thank you for your time!

Would be great if RTL support is added. Thank you for sharing! :-)