summaryrefslogtreecommitdiffstats
path: root/btif/include/btif_av_co.h
diff options
context:
space:
mode:
Diffstat (limited to 'btif/include/btif_av_co.h')
-rw-r--r--btif/include/btif_av_co.h17
1 files changed, 9 insertions, 8 deletions
diff --git a/btif/include/btif_av_co.h b/btif/include/btif_av_co.h
index a446328..9945e8e 100644
--- a/btif/include/btif_av_co.h
+++ b/btif/include/btif_av_co.h
@@ -45,15 +45,19 @@
*
*****************************************************************************/
+/*****************************************************************************
+ *
+ * Filename: btif_av_co.h
+ *
+ * Description:
+ *
+ *****************************************************************************/
+
#ifndef BTIF_AV_CO_H
#define BTIF_AV_CO_H
#include "btif_media.h"
-/*******************************************************************************
-** Constants & Macros
-********************************************************************************/
-
enum
{
BTIF_SV_AV_AA_SBC_INDEX = 0,
@@ -62,10 +66,6 @@ enum
/*******************************************************************************
-** Functions
-********************************************************************************/
-
-/*******************************************************************************
**
** Function bta_av_co_cp_is_active
**
@@ -199,4 +199,5 @@ BOOLEAN bta_av_co_peer_cp_supported(tBTA_AV_HNDL hndl);
*******************************************************************************/
BOOLEAN bta_av_co_get_remote_bitpool_pref(UINT8 *min, UINT8 *max);
+
#endif