Do you have any example which is using NRF_SDH_DISPATCH_MODEL_POLLING for advertising, as well as scanning.
In nrf_sdh.c file, there is only interrupt mechanism in example
and for POLLING mechanism, there is no such implementation
#elif (NRF_SDH_DISPATCH_MODEL == NRF_SDH_DISPATCH_MODEL_POLLING)
#else
#error "Unknown SoftDevice handler dispatch model."
#endif // NRF_SDH_DISPATCH_MODEL
#endif // NRF_MODULE_ENABLED(NRF_SDH)
can you point us such example which is having such implementation.