Hello Nordic engineer,
I used SDK15.3.0 and nRF52811
I want to ask three questions,
(1)
sd_radio_session_open(radio_callback); sd_radio_session_close();
Can a session be opened forever?
I will frequently use BLE+ESB in my products
In my products, very frequent use of BLE+ESB
(2)
m_timeslot_request.params.earliest.length_us
After the session is opened, when I apply for a timeslot for the first time, is there a time limit for the request?
Is the request range 100us-100ms?
(3)
In start timeslot, example set TIMER0
TIMER0 has two time points, A and B
A: near the end of time (Can apply for extension of timeslot)
B: very close to the end (Cannot apply for extension of timeslot) (But you can request new timeslot)
In "A" this moment, Is the request for extension a certain success (100% success)?
Thanks
