Dariusz Seweryn

Results 127 comments of Dariusz Seweryn

Hello @juliansteenbakker Sorry for such a delay. Thanks for your contribution. Unfortunately I do not think that it is a good way to go. It would be better to backport...

Basically the same way it is implemented on Android side. [`ScanResult`](https://developer.android.com/reference/android/bluetooth/le/ScanResult) has a legacy constructor and shows legacy compatible behaviour.

I have looked on the list quite some time ago already and I think that it is meant to be more a "scareware" than a list of issues. Though there...

Yeah, I will need to think if an alternative wording should be used or whether it would be a braking change

Yup, got one idea but I would like to first ask: 1. What phone you use? 2. What OS does the phone have? 3. What do you think is going...

Perhaps the peripheral is badly written? Have you tried to debug?

The error status is provided by the OS. That is most probably because the peripheral is not up to BLE spec. If that is the case — there are alternative...

> What should be our approach? You may verify if your fake peripheral is correct in terms of BLE specification or you may try different things (like the modes) and...

The characteristic you want to have notifications/indications from needs to support them. Check its properties. If you will set debug logs on the RxAndroidBle you would get a list of...