Mariano Zorrilla
Mariano Zorrilla
Import this: import cz.msebera.android.httpclient.Header; and you could use my snippet: public static HashMap convertHeadersToHashMap(Header[] headers) { HashMap result = new HashMap(headers.length); for (Header header : headers) { result.put(header.getName(), header.getValue()); }...
Can we get this approved and merged?
@dariuszseweryn Hello, thanks for asking! I have all in my bug: Smartphone / tablet Device: OnePlus 6T OS: Android 11 Package version: 1.17.2 I sync to a N64 Bluetooth dongle...
@dariuszseweryn Correct! I'm able to do all the operations on web with the same Android device to that dongle and with iOS. So far, only that characteristic is the one...
@dariuszseweryn I tested both scenarios and same issue with the same characteristic and on Web with the same device I can always get a result. I tried rebooting both devices...
@dariuszseweryn I get the same error "Error 133 (0x85) GATT ERROR". The crazy thing is that I just tested with the Web interface using the same Android and it works....
@dariuszseweryn I just tested on a Xiaomi MI9T Android 11 and same issue. Will try to dig deeper and I'll talk with the creator of the dongle to see if...