Dariusz Seweryn

Results 127 comments of Dariusz Seweryn

I'm absent till Monday. I'll prepare a Wiki article on how to debug such cases

Please set DEBUG log level on the client and paste connection logs for both RPi and iOS – there should be enough info there to diagnose the problem

Thanks for pointing that. English is not my first language and I have added this issue quite late in the evening. ;)

Yes—that is what I had in mind—it may fix some issues on

So it could be valueable to use the method by reflection on Android L even if `autoConnect=false`. It could help with service discovery and potentially bonding problems

But maybe it would help in situation when the Android OS does kick-off bonding after `GATT_INSUF_AUTH` response to read/write characteristic?

We are using `TRANSPORT_LE` whenever possible and it was a deliberate decision. Earlier versions of Android did pose difficulties when `TRANSPORT_BREDR` or `TRANSPORT_AUTO` was selected. In fact this is a...

@joaquinlateral You need to go deeper™ `ConnectionCompat` is library's code

Thank you for the suggestion. We will considerate it. Unfortunately we're currently occupied with different things. You're always welcome to make a Pull Request. :)

@s1155030742 I did not had a need for using the refresh function. Could you describe or paste link to a place where the usage is described? Should the method be...