Dariusz Seweryn

Results 127 comments of Dariusz Seweryn

> But RxAndroidBle don't exposes possibility to set transport and phy. Have you considered exposing those settings? At some point — yes. Unfortunately I do have limited time and it...

😲 Have you checked what is sent through HCI before and after scanning?

Please do. Having logs with a successful connection after bonding, re-scan and unsuccessful connection could be interesting to find out what may be happening there

~I assume your peripherals use public address types?~ I have updated Wireshark and now I see that yes. But I do not see any reported scans of the device between...

> Scanning itself is not full story, if I successfuly scan the devices, then turn off bt for a while and try to connect to them without doing second scan...

Hello @brightredchilli Thanks for your interest. I would definitely like a functionality like this wrapped in an reactive approach. This idea would need a separate module in my opinion (i.e....

A good idea from @uKL: prepare the server module so it could be easily plugged in instead of an `RxBleDeviceMock`. To do that there will be a need for an...

Hello @kobronson We have a plan (as you see this issue being opened) but it is not decided yet in what version of the library (or a different project) it...

Thank you for the proposal. From my experience there is not much trouble using the vanilla Android API for the BLE Server. The general idea for the server functionality was...

TBH I was thinking about a slimmed down version of this lib that would allow for proxies to differently typed consumers (Rx1/2/3, Kotlin Coroutines, possibly others) but for now this...