prima: Changes to re-negotiate Dynamic Uapsd settings in BTCoex.

In case of BT Coex, handle the two new events to disable and
enable Uapsd by re-negotiating the existing Tspecs for changing
the dynamic Uapsd settings.

Change-Id: I5ff76c89d590adb09f7704830e46e84b2c933082
CRs-Fixed: 727072
diff --git a/CORE/MAC/inc/sirApi.h b/CORE/MAC/inc/sirApi.h
index 4673da3..dd9a302 100644
--- a/CORE/MAC/inc/sirApi.h
+++ b/CORE/MAC/inc/sirApi.h
@@ -3610,6 +3610,8 @@
 #define SIR_COEX_IND_TYPE_SCAN_NOT_COMPROMISED (3)
 #define SIR_COEX_IND_TYPE_DISABLE_AGGREGATION_IN_2p4 (4)
 #define SIR_COEX_IND_TYPE_ENABLE_AGGREGATION_IN_2p4 (5)
+#define SIR_COEX_IND_TYPE_ENABLE_UAPSD (6)
+#define SIR_COEX_IND_TYPE_DISABLE_UAPSD (7)
 
 typedef struct sSirSmeCoexInd
 {