Browse Source

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

add WLAN_COEX_EVENT_BT_PROFILE_CONNECTED,DISCONNECTED defs

Change-Id: Ic313b8d7ac0e35e9c873a1716f48f21efb4f1237
CRs-Fixed: 2262693
spuligil 3 years ago
parent
commit
c733aac0ff
2 changed files with 5 additions and 3 deletions
  1. 4 2
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 4 - 2
fw/wmi_unified.h

@@ -18986,11 +18986,13 @@ typedef enum WLAN_COEX_EVENT {
     WLAN_COEX_EVENT_BT_VOICE_PROFILE_REMOVE     = 4,
     WLAN_COEX_EVENT_BT_SCAN_START               = 5,
     WLAN_COEX_EVENT_BT_SCAN_STOP                = 6,
-}WLAN_COEX_EVENT;
+    WLAN_COEX_EVENT_BT_PROFILE_CONNECTED        = 7,
+    WLAN_COEX_EVENT_BT_PROFILE_DISCONNECTED     = 8,
+} WLAN_COEX_EVENT;
 
 typedef struct {
     A_UINT32 tlv_header;
-    A_UINT32 coex_profile_evt; //uses the enum values form WLAN_COEX_EVENT
+    A_UINT32 coex_profile_evt; //uses the enum values from WLAN_COEX_EVENT
 } wmi_coex_bt_activity_event_fixed_param;
 
 enum wmm_ac_downgrade_policy {

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