Hi,
I'm using the following 2 APIs to get a notification for an "END of RF activity" event.
HCI_EXT_ConnEventNoticeCmd(...)
HCI_EXT_AdvEventNoticeCmd(...)
But is there a way to notify the App of a "Start of RF activity" event ?
I need these to implement coexistence with another 2.4G RF, such that whenever the BLE RF is active, a GPIO will be asserted during that short period of time.
Any idea ? and thanks in advance !
- Thomas