Browse Source

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

Add WMI def for COEX enable MCC TDM config type

Change-Id: Id28c6d57f39a33d3c3189b2ecb1565319553f56e
CRs-Fixed: 1107600
snandini 7 years ago
parent
commit
a87311b668
2 changed files with 2 additions and 1 deletions
  1. 1 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 1 - 0
fw/wmi_unified.h

@@ -18224,6 +18224,7 @@ typedef enum wmi_coex_config_type {
                                                  arg1 BT info type: WMI_COEX_PTA_BT_INFO_TYPE_T, scan/advertise/connection info,
                                                  arg2-arg5: BT information parameters */
     WMI_COEX_CONFIG_SINK_WLAN_TDM       = 21, /* config interval (ms units) (arg1 BT, arg2 WLAN) for A2DP SINK + WLAN */
+    WMI_COEX_CONFIG_COEX_ENABLE_MCC_TDM = 22, /* config disable/enable COEX TDM for MCC */
 } WMI_COEX_CONFIG_TYPE;
 
 typedef struct {

+ 1 - 1
fw/wmi_version.h

@@ -36,7 +36,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_ 415
+#define __WMI_REVISION_ 416
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work