It seems like the Bluetooth will stop working after a certain period.
The console app did not crash but Bluetooth packet just stops transmitting (used Wireshark to listen)
Tried running the console app on multiple Windows machines, and experienced the same problem.
However, ble advertising works fine on the official example https://github.com/microsoft/Windows-universal-samples/tree/main/Samples/BluetoothLE (scenario 3)
Could it be console application does an auto clean up compared to UI application?
It seems like the Bluetooth will stop working after a certain period.
The console app did not crash but Bluetooth packet just stops transmitting (used Wireshark to listen)
Tried running the console app on multiple Windows machines, and experienced the same problem.
However, ble advertising works fine on the official example https://github.com/microsoft/Windows-universal-samples/tree/main/Samples/BluetoothLE (scenario 3)
Could it be console application does an auto clean up compared to UI application?