ThangDH
Results
3
comments of
ThangDH
Add this function to `BleWinrtDll.cpp` ``` void Disconnect(wchar_t* deviceId) { for (auto device : cache) { if (hsh(deviceId) == device.first) { device.second.device.Close(); for (auto service : device.second.services) { service.second.service.Close(); }...
yes, need recompile .dll file
Hi, @yanwucai Do you have plan to add these cipher suites? TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 Many Thanks.