cannot find nrf_dfu_set_adv_name_svci_async_t NRF_DFU_TRANSPORT_BLE
unknown type name 'nrf_dfu_set_adv_name_svci_async_t'
'nrf_dfu_adv_name_t' has no member named 'len'
nrf_dfu_set_adv_name_svci_async_t dont understand how it works no declare and defining in ant header
#if defined(NRF_DFU_TRANSPORT_BLE) && NRF_DFU_TRANSPORT_BLE
用SES编译时#if defined(NRF_DFU_TRANSPORT_BLE) && NRF_DFU_TRANSPORT_BLE中的NRF_DFU_TRANSPORT_BLE=1需要自己添加
教程里是用KEIL开发,要添加
BL_SETTINGS_ACCESS_ONLY
NRF_DFU_SVCI_ENABLED
NRF_DFU_TRANSPORT_BLE=1
但如果是用SES开发NRF,就在配置里添加,才不会报错