ARMmbed / mbed-os-example-ble

BLE demos using mbed OS and mbed cli
Apache License 2.0
134 stars 117 forks source link

Mock: add FOTA target #368

Closed noonfom closed 3 years ago

noonfom commented 3 years ago

This commit adds a FOTA target for the FOTA Service mock example.

paul-szczepanek-arm commented 3 years ago

Looks like a good candidate to use the new BLEApp class to avoid having the boilerplate code. We need to expose the chainable event handler in the BLEApp through a getter.

noonfom commented 3 years ago

@paul-szczepanek-arm Indeed it is a good candidate for the new BLEApp. But, I think we should add it in a separate commit.

noonfom commented 3 years ago

Closed in favour of #370