Hello. I am developing a system where two radios are used - UWB and BLE. The first one is used almost all the time for communication and the BLE is used for beaconing let's say every 100ms. The communication with UWB radio needs a critical section, because when adv. event interrupts the communication - uwb radio gets suspended. I am using ble stack's advertising module and when I start/stop it with "sd_ble_gap_adv_start/stop", it takes too much time. I am using both adv. data and scan response data to advertise as much data as I can (custom packets based on BT specification). I would like to provide my own advertising handling, so I can block it during critical section. I couldn't find any example or tutorial for it and I am strongly struggling to do it myself but with no effect.
Thanks in advance
Dawid