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, 8 insertions, 9 deletions
diff --git a/btif/include/btif_av_co.h b/btif/include/btif_av_co.h
index 9945e8e..a446328 100644
--- a/btif/include/btif_av_co.h
+++ b/btif/include/btif_av_co.h
@@ -45,19 +45,15 @@
*
*****************************************************************************/
-/*****************************************************************************
- *
- * 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,
@@ -66,6 +62,10 @@ enum
/*******************************************************************************
+** Functions
+********************************************************************************/
+
+/*******************************************************************************
**
** Function bta_av_co_cp_is_active
**
@@ -199,5 +199,4 @@ BOOLEAN bta_av_co_peer_cp_supported(tBTA_AV_HNDL hndl);
*******************************************************************************/
BOOLEAN bta_av_co_get_remote_bitpool_pref(UINT8 *min, UINT8 *max);
-
#endif