RxBluetooth is a Bluetooth library for Android reactive Bluetooth. RxBluetooth is just wrapper around android BluetoothAdapter that allows to receive data from observables.
Questions tagged [rxbluetooth]
19 questions
0
votes
1 answer
BleCharacteristicNotFoundException: Characteristic not found with UUID. How can I get the characteristic UUIDs from a Bluetooth device?
I am unable to retrieve data from my device despite supplying what I believe to be the correct UUID: D/ERROR:: com.polidea.rxandroidble2.exceptions.BleCharacteristicNotFoundException: Characteristic not found with UUID…

Martin Erlic
- 5,467
- 22
- 81
- 153
0
votes
1 answer
com.polidea.rxandroidble2.exceptions.BleCharacteristicNotFoundException: Characteristic not found with UUID
I'm trying to read an unsolicited data stream from my Bluetooth device. The data should appear as a byte array. Unfortunately, the UUID I'm supplying doesn't seem to be the correct one. What could be going wrong?
val stringDeviceUUID =…

Martin Erlic
- 5,467
- 22
- 81
- 153
0
votes
1 answer
How to use RxBluetoothKit in Swift?
I’m new to bluetooth low energy, I need to develop two applications where one act as a central and other one act as a peripheral. Central scan for particular id and peripheral advertise particular id when both id match central able to pass data to…

denish
- 1
- 1
0
votes
1 answer
RxBluetooth unable to establish connection with device
I would like to use RxBluetooth to transfer some text between two Android devices.
I'm able to scan and see nearby devices, though while trying to connect to one of them I face the following failure:
D/BluetoothUtils:…

Rany Albeg Wein
- 3,304
- 3
- 16
- 26