RxBluetooth
RxBluetooth copied to clipboard
rxBluetooth.connectAsClient ANR
rxBluetooth.connectAsClient ANR
Try to change the thread the function run with subscribeOn(Schedulers.io())
mRxBluetooth?.connectAsClient(bluetoothDevice, uuid) ?.subscribeOn(Schedulers.io()) ?.observeOn(AndroidSchedulers.mainThread())