Adam Brunnmeier
Adam Brunnmeier
For investigation, you can download and run the [Microsoft's Bluetooth Low Energy sample](https://docs.microsoft.com/en-us/samples/microsoft/windows-universal-samples/bluetoothle/) and see whether scan for services works there. This library is like 97% a clone of that...
@SightlessDog, maybe the linked project in https://github.com/adabru/BleWinrtDll/issues/23#issuecomment-1035010515 can somehow help you? Though I'm not sure whether you have the same problem.
To further investigate you can install Visual Studio Community with C++ Desktop and UWP components., modify the UUIDs in `DebugBle/Program.cs` and run the `DebugBle` program. If it also crashes there,...
Thanks for correcting me! It could theoretically be that not all UWP-functionality is available on the mixed reality platform or that it works subtly differently. I'm not familiar with the...
UWP (≈Winrt) is not Android's friend it seems. I'm sorry, I don't know whether there is a framework where one code runs on both Windows Standalone and on Android. At...
Hi @quget, checking the connection status and requesting a value from the device is not implemented as I didn't had the need for that yet. For the connection status, I...
You can checkout the [Microsoft sample (C# and equivalent C++ code)](https://docs.microsoft.com/en-us/samples/microsoft/windows-universal-samples/bluetoothle/) as reference for ReadValueAsync. In my case I first got it to work in C# UWP, then in a...
Hi @serramat , you could try the things mentioned in https://github.com/adabru/BleWinrtDll/issues/20#issuecomment-898939454 .
Related: https://github.com/adabru/BleWinrtDll/issues/15 , https://github.com/adabru/BleWinrtDll/issues/6 @nathanrona @Quget did you make any progress into this direction that you can share with Roamer79 ?
Hi Roamer79, thanks for the offer! But I can't, see https://github.com/adabru/BleWinrtDll/issues/22#issuecomment-1108535578 . If you wanna try to implement it yourself I could try to assist you with that.