Open ffamar opened 11 months ago
@rohitsangwan01 is there any news on this issue? Do you need any more information? Thank you.
@ffamar can you cross check with another windows 10 issue to verify if its windows 10 issue or something else
@ffamar can you cross check with another windows 10 issue to verify if its windows 10 issue or something else
@rohitsangwan01 I got the same result using 2 notebooks and 1 desktop of different brands.
I'm having the same issue with win_ble 1.1.1. I can produce an MSIX installer (or .exe) which runs fine on Windows 11. On Windows 10, I can connect to the peripheral device but the subsequent interaction yields an "Unspecified error Requested characteristic not found" error. I was testing on a:
Lenovo Thinkpad X270 Edition Windows 10 Pro Version 21H1 OS build 19043.2364 Experience Windows Feature Experience Pack 120.2212.4190.0
I'm having the same issue with win_ble 1.1.1 on windows 11 on a dell latitude 5540. (flutter: Received Message : {_type: response, _id: 9, error: Errore non specificato. In italian, means "unspecified error") when i try to subscribe to the characteristics. On another pc with windows 11 the same code works. Any resolution?
@Giovanni-Fantin - recommend you switch the universal_ble
i don't have Windows 10 to test yet, that's why am not able to replicate this issue, though am also one of the maintainer in universal_ble plugin, both plugins uses different Apis, on win_ble we are using win32 and on universal_ble we are using winrt apis, but will also try to fix this one if i get access to Windows10
We have two different behaviors if the application runs on Windows 10 or Windows 11. The application runs smoothly on Windows 11, but in Windows 10 it gets an "Unspecified error. 3 Required characteristic not found" during the write and subscribe command. Below the logs (the error appears translated into Italian because Windows is set to Italian). We have also tried on other computers with Windows 10 and 11 and the behaviour is always the same. Thanks in advance.
Windows 11 log (with no issue):
Windows 10 log (with issue):