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
committed by BOT
parent 3c99557eee
commit 83809910d2
18 changed files with 31 additions and 19 deletions

View File

@@ -460,7 +460,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