Page 1 of 1

BLE + WiFi Coexistence Priority

Posted: Mon Jun 08, 2020 8:03 pm
by mpulis
Hi,

Is there a way to set the priority of either BLE or WiFi over the other during runtime?

Re: BLE + WiFi Coexistence Priority

Posted: Thu Jun 11, 2020 7:32 am
by mpulis
For anyone who might be searching for this function, I've managed to find it in esp_coexist.h. The function used to set the priority is esp_coex_preference_set(esp_coex_prefer_t prefer).