Is it possible to have custom GATT services/components while still using a fixed stack OTA bootloader? The generated BLE_custom.h ends up in the bootloader project, so how can we access the custom #defines for the characteristics from the bootloadable project?
Thanks.
it seems the only way is to manually copy the #defines from the bootloader project BLE_custom.h that is generated when that project is built, into the bootloadable project's OTAMandatory.h.