Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c733aac0 authored by spuligil's avatar spuligil
Browse files

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

add WLAN_COEX_EVENT_BT_PROFILE_CONNECTED,DISCONNECTED defs

Change-Id: Ic313b8d7ac0e35e9c873a1716f48f21efb4f1237
CRs-Fixed: 2262693
parent 5dc113c3
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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_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
Original line number Diff line number Diff line
@@ -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