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 ce0fe97399
commit 36ff167161
14 changed files with 27 additions and 15 deletions

View File

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