Merge branch 'fix/fix_coex_iso_cache_error_v6.1' into 'release/v6.1'

fix(coex): Fixed BLE iso coex cache error (6.1)

See merge request espressif/esp-idf!50849
This commit is contained in:
Jiang Jiang Jian
2026-07-17 11:43:27 +08:00
5 changed files with 20 additions and 4 deletions

View File

@@ -6,6 +6,7 @@
#include <stddef.h>
#include "sdkconfig.h"
#include "btdm_coex.h"
#include "esp_attr.h"
#if CONFIG_SW_COEXIST_ENABLE
#include "private/esp_coexist_internal.h"
@@ -150,7 +151,7 @@ wr_btdm_coex_iso_stop(uint16_t handle)
#endif /* CONFIG_SW_COEXIST_ENABLE */
}
uint16_t
uint16_t IRAM_ATTR
wr_btdm_coex_iso_protect_frame_thres_get(void)
{
#if CONFIG_SW_COEXIST_ENABLE && CONFIG_BT_LE_ISO_SUPPORT