fix(coex): Fixed BLE iso coex cache error

This commit is contained in:
zhiweijian
2026-07-13 11:24:32 +08:00
committed by Jack
parent 99eee46cef
commit f2cf653370
2 changed files with 3 additions and 2 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