Compiling nrf_dfu_ble.c I get several errors:
unknown type name 'nrf_dfu_observer_t'
'ble_dfu_transport_init' undeclared here (not in a function); did you mean 'nrf_dfu_transports_init'?
'NRF_DFU_BLE_MIN_CONN_INTERVAL' undeclared here (not in a function); did you mean 'NRF_DFU_BLE_ADV_INTERVAL'?
'nrf_dfu_op_t' undeclared (first use in this function); did you mean 'nrf_dfu_res_t'?
I searched the codebase and found no define for nrf_dfu_observer_t.
