How to send out radio pakage one by one and shutdown.

In my code, I find I can start up the ble pakage sending. 
but it alway send out without stop.

I need send out one package. and stop. 
In my radio callback. I do call this task stop .  but the tx procedure did not stop.

nrf_radio_task_trigger(NRF_RADIO, NRF_RADIO_TASK_STOP);

my ncs2.4.0 
would you please show me a ncs2.4.0 example code to transfer one package and stop. ( set the register directly.   No use BLE API)

Thanks.
Parents Reply Children
No Data
Related