OTA Bootloader with Custom Service[s]

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

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.

0 Likes
1 Reply
Anonymous
Not applicable

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.

0 Likes