BLE Uart example combined with OTA update

Is it possible to combine the BLE Uart example with OTA? Our goal is to change the addresses in the filter (BLE Uart central, static ble_gap_addr_t const filter_addr), by updating the entire firmware.

Related