Dariusz Seweryn

Results 127 comments of Dariusz Seweryn

I have seen `setDeviceName(name)` not working because of name being advertised with more than one trailing `0`. As for the MAC address I have not seen this before. Now testing...

Hmmm... I am actually thinking if the operation timeout should not be _longer_ if bonding is in progress. If the OS will not callback the `BluetoothGattCallback` it will not be...

Hello, It is very likely that it will be added at some point but it is not a priority at the moment. I still struggle to get consistent time to...

Hello, This seems to be an Android BLE stack issue — could you share phone model / OS version? Best Regards

This may not be related to a specific phone/OS mix but a general Android BLE stack issue. I can recall [a similar issue with `autoConnect=true`](https://issuetracker.google.com/issues/37121040) where a well timed disconnect/close...

Feel free to share how did you implemented the workaround and if it helped

I am afraid that if the device will get connected after the `connectionSubscription` will get unsubscribed the problem will surface anyway. A valid workarounds without changing the library internals would...

@weliem I have performed tests with also `.disconnect()` being called before `.close()` even if the device is not connected at the time of disposal — it yielded the same effect.

Thing is that the fast issued disconnect it is probably easiest to way to reproduce this bug. There is probably a race condition where a connection process with a well...

This is OS related problem. There is nothing can be done afaik. Their BLE stack is probably getting off and there is no programmatic way that could ensure proper functionality....