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/SME/inc/smeQosInternal.h b/CORE/SME/inc/smeQosInternal.h
index a2ff9d9..c8f08a8 100644
--- a/CORE/SME/inc/smeQosInternal.h
+++ b/CORE/SME/inc/smeQosInternal.h
@@ -246,6 +246,8 @@
 */
 sme_QosStatusType sme_QosTriggerUapsdChange( tpAniSirGlobal pMac );
 
+void sme_QoSUpdateUapsdBTEvent(tpAniSirGlobal pMac);
+
 #ifdef FEATURE_WLAN_ESE
 v_U8_t sme_QosESERetrieveTspecInfo(tpAniSirGlobal pMac, v_U8_t sessionId, tTspecInfo *pTspecInfo);