kiss_the_rain
Results
2
comments of
kiss_the_rain
# > 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...
Thanks for your explaination! I tried to change the type of function ` bool SubscribeCharacteristic(wchar_t* deviceId, wchar_t* serviceId, wchar_t* characteristicId, bool block) `from bool to void,and it works now.