浏览代码

fw-api: CL 23575205 - update fw common interface files

add WMI_COEX_CONFIG_BT_RX_PER_THRESHOLD def

Change-Id: Idaf1f30b923ef692189bb8d44a6b971a2bb99df0
CRs-Fixed: 2262693
spuligil 2 年之前
父节点
当前提交
b9736f2024
共有 2 个文件被更改,包括 5 次插入1 次删除
  1. 4 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 4 - 0
fw/wmi_unified.h

@@ -34405,6 +34405,10 @@ typedef enum wmi_coex_config_type {
      * 1 to place more emphasis on WLAN performance
      */
     WMI_COEX_CONFIG_LE_SCAN_POLICY = 48,
+    /* WMI_COEX_CONFIG_BT_RX_PER_THRESHOLD
+     * config BT RX PER threshold
+     */
+    WMI_COEX_CONFIG_BT_RX_PER_THRESHOLD = 49,
 } WMI_COEX_CONFIG_TYPE;
 
 typedef struct {

+ 1 - 1
fw/wmi_version.h

@@ -37,7 +37,7 @@
 #define __WMI_VER_MINOR_    0
 /** WMI revision number has to be incremented when there is a
  *  change that may or may not break compatibility. */
-#define __WMI_REVISION_ 1356
+#define __WMI_REVISION_ 1357
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work