0

Is there any possibility to work with non-low-energy devices using RxAndroidBle library?

piet.t
  • 11,718
  • 21
  • 43
  • 52
Raman Branavitski
  • 864
  • 1
  • 9
  • 22

1 Answers1

1

Unfortunately RxAndroidBle stands for RxJava Android Bluetooth Low Energy and is not intended to work with non–BLE devices.

Fortunately enough there is a quite similar and interesting library wrapping standard Bluetooth Android API — RxBluetooth.

Dariusz Seweryn
  • 3,212
  • 2
  • 14
  • 21