Replies: 4 comments 19 replies
-
We test with Windows 10 and 11. Anything below that is uncharted territory. Regarding Bluetooth version, I can run some tests with some old dongles and report back. I would be nice if you could get the specs of your failing users. |
Beta Was this translation helpful? Give feedback.
-
OK this plugin supports Bluetooth Low Energy which was introduced with Bluetooth 4.0. Anything below that will definitely not work. I am currently testing successfully with those devices on Windows:
I will add some info in the readme although BLE implies Bluetooth >= 4.0. |
Beta Was this translation helpful? Give feedback.
-
@fotiDim I am running the UniversalBle example app on both my development laptop and the test laptop but experiencing different results. The test laptop (now a Lenovo X270 running Windows 10 Pro) does not return any results when a service UUID is used to filter scan results, while my development laptop does. Incidently, my new Test Laptop does report BLE Availability as "poweredOn" consistently. I was able to install the Bluetooth LE Explorer app on my Test Laptop and it does work. When I perform a scan I see my peripheral of interest and other devices nearby. However, I am unsure of how to filter on Service UUID using this app. Please advise. |
Beta Was this translation helpful? Give feedback.
-
@fotiDim , I am not a C++ developer but did manage to get Visual Studio running in debug mode and can place break points in the BLE Scan Receiver . I can see that when UniversalBle.startScan (dart) is provided a Service UUID through withServices, all scan results evaluate to false at the isConnectable check (universal_ble_plugin.cpp). Does this help? |
Beta Was this translation helpful? Give feedback.
-
Just wondering if you have any guidance on Bluetooth version support. Specifically, I am learning that my app works on some windows PCs and not others. Bluetooth dongles are also not working. Do you have minimum version of Windows and/or Bluetooth version that a PC needs to support?
Beta Was this translation helpful? Give feedback.
All reactions