feat(coex): optimize connectionless coexist pwr, optimize wifi pwr with bt idle

This commit is contained in:
liuning
2024-09-10 17:14:57 +08:00
parent b5a8c9684d
commit c4752d8e09
12 changed files with 25 additions and 13 deletions

View File

@@ -456,7 +456,7 @@ static void coex_disable_wrapper(void)
static IRAM_ATTR uint32_t coex_status_get_wrapper(void)
{
#if CONFIG_SW_COEXIST_ENABLE || CONFIG_EXTERNAL_COEX_ENABLE
return coex_status_get();
return coex_status_get(COEX_STATUS_GET_WIFI_BITMAP);
#else
return 0;
#endif