Hello,
I'm using the nrf15822 chip and am using the ble_app_uart example from nrf5_sdk_12.2.0.
I know softdevice will automatically generate random numbers through RNG and use advRandom from 0ms to 10ms.
so I do not want to use the advRandom delay time in BLE advertising.
Do I need to fix softdevice? Or is there anything else you can do?
If so, which function do I need to modify in the firmware?