Hi All !
I need to use BLE and Proprietary RF by rotation.
That is, work with radio, then switch to BLE and work with it. Then again switch to the radio.
To do this, I need to initialize one thing each time and deinitialize the other.
Take for example BLE. Bluetooth works with ICall, and understates with the tasks of ICall. In order to switch to the radio, we need to stop the ICall tasks so that they do not load the kernel.
If we take the radio, then it's easier: turned off the radio and that's it. When we need for the radio, we will simply set up it again.
But what about BLE? How can I deinitialize it?
And yet: in smartrf_settings.c, the RF_Mode structure is configured with the patch
cpePatchFxn = & rf_patch_cpe_multi_protocol.
Is the bluetooth patch used and how is the patch in my case?
Thanks.