Is it possible to use C++ instead of C with IAR and compiling the BLE v2.1 application project?
My thought is, for example with simpleBLEcentral -> the main.c and simpleBLEcentral.c can be converted to c++ code and the library/stack/profiles/etc can remain in c code (e.g. with extern C directives).
I did see one other post on the forum referring to BLE 1.4 stack using Clib and C++ requiring Dlib (which required some modifications). Is this still the case?
thanks