Hi,
I am looking to implement a simple coex scheme between DA14580 and an external radio in a shared antenna design. I wish to grant antenna to the DA14580 whenever required (priority to BLE). I looked at the wlan_coex.c implementation and found that KE_EVENT_BLE_EVT_START and KE_EVENT_BLE_EVT_END are the events generated. I could see the events being generated for every advertisement for a peripheral implementation. Is it safe to assume that the event handlers for these events is the correct place to switch the antenna?
Where can I find a description for these event? Can there be a case of attempted transmission after KE_EVENT_BLE_EVT_END?
Also, is there any documentation for the supported co-ex scheme by the wlan_coex.c implementation?
Thanks.
Hi,
You might wanna check the software architectrue document UM-B-015 on page 34 for some limited information about the coex api.
For the timing info I got:
Thanks for the answer. It helped