Skip to content Skip to sidebar Skip to footer
Showing posts with the label Rxandroidble

How To Concatenate Two Observable Operations In A Linear Fashion (do First This Thing And After That One Finishes Do The Second Thing)?

Polidea has released a new handy library called RxAndroidBle which is very useful for dealing with … Read more How To Concatenate Two Observable Operations In A Linear Fashion (do First This Thing And After That One Finishes Do The Second Thing)?

No Virtual Method Com_polidea_rxandroidble_internal_radio_rxbleradioimpl$$lambda$1_lambda$new$0()v

I am new in Android Developement and I try to implement Bluetooth LE features on my app. I have som… Read more No Virtual Method Com_polidea_rxandroidble_internal_radio_rxbleradioimpl$$lambda$1_lambda$new$0()v

How To Establish Connection And Then Read Characteristics In One Activity?

Currently modifying the sample code and I am encountering an error when try to establish a connecti… Read more How To Establish Connection And Then Read Characteristics In One Activity?

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 … Read more Com.polidea.rxandroidble2.exceptions.blecharacteristicnotfoundexception: Characteristic Not Found With Uuid

How To Respond To Ble Characteristic Notifications By Sending A New Write Command

I'm updating an app to use RxAndroidBLE, and struggling with how to translate my existing callb… Read more How To Respond To Ble Characteristic Notifications By Sending A New Write Command