Open marvindinneweth opened 5 years ago
You can fix BLESecurityCallbacks, so there is not pure virtual, or you have to implement all virtual functions in that class, even if you dont need/use them. Just remember its about ble security, so if its bool then most likely you want to return false.
Hi,
Anybody who knows how I could fix this? This is the example under cpp-utils/tests/bletests/security
Thx, Marvin