ble-win-cpp icon indicating copy to clipboard operation
ble-win-cpp copied to clipboard

Bluetooth LE query code in c++ Windows console application

Results 1 ble-win-cpp issues
Sort by recently updated
recently updated
newest added

I install and compiled the app. I had to comment out this in decoder.cpp ` if (dataType == BluetoothLEAdvertisementDataTypes::SlaveConnectionIntervalRange()) { return L"SlaveConnectionIntervalRange"; } ` because SlaveConnectionIntervalRange() is not defined. But...