summaryrefslogtreecommitdiffstats
path: root/bta/include/bta_av_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'bta/include/bta_av_api.h')
-rw-r--r--bta/include/bta_av_api.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/bta/include/bta_av_api.h b/bta/include/bta_av_api.h
index f639d22..02bc30c 100644
--- a/bta/include/bta_av_api.h
+++ b/bta/include/bta_av_api.h
@@ -17,9 +17,6 @@
#include "avdt_api.h"
#include "a2d_api.h"
#include "bta_api.h"
-#if( defined VDP_INCLUDED) && (VDP_INCLUDED == TRUE)
-#include "vdp_api.h"
-#endif
/*****************************************************************************
** Constants and data types
@@ -238,6 +235,8 @@ typedef UINT8 tBTA_AV_ERR;
#define BTA_AV_META_MSG_EVT 17 /* metadata messages */
#define BTA_AV_REJECT_EVT 18 /* incoming connection rejected */
#define BTA_AV_RC_FEAT_EVT 19 /* remote control channel peer supported features update */
+/* Max BTA event */
+#define BTA_AV_MAX_EVT 20
typedef UINT8 tBTA_AV_EVT;