S145 SoftDevice for nRF54LS05 API documentation 10.0.0
Loading...
Searching...
No Matches

◆ sd_radio_session_close()

uint32_t sd_radio_session_close ( void )

#include <nrf_soc.h>

Closes a session for radio timeslot requests.

Note
Any current radio timeslot will be finished before the session is closed.
If a radio timeslot is scheduled when the session is closed, it will be canceled.
The application cannot consider the session closed until the NRF_EVT_RADIO_SESSION_CLOSED event is received.
Return values
NRF_ERROR_FORBIDDENIf session not opened.
NRF_ERROR_BUSYIf session is currently being closed.
NRF_SUCCESSOtherwise.