Noticed a recent change in the mbed-os-example-ble repo: main.cpp of the BLE_GattClient_CharacteristicWrite example contains #include "ble_app.h"
and BLEApp _ble_app;
for some days now.
However when i try to compile that example in Mbed Studio V1.4 those do not get recognized (same is true after upgrading to Mbed OS V6.10 rc1).
Can someone please explain if this is a sign of an upcoming change and if so what is going to change and to what extent?