summaryrefslogtreecommitdiffstats
path: root/btif/include/btif_av.h
diff options
context:
space:
mode:
Diffstat (limited to 'btif/include/btif_av.h')
-rw-r--r--btif/include/btif_av.h34
1 files changed, 28 insertions, 6 deletions
diff --git a/btif/include/btif_av.h b/btif/include/btif_av.h
index 0182a80..2c08a99 100644
--- a/btif/include/btif_av.h
+++ b/btif/include/btif_av.h
@@ -45,14 +45,14 @@
*
*****************************************************************************/
-/*******************************************************************************
+/*****************************************************************************
*
* Filename: btif_av.h
*
* Description: Main API header file for all BTIF AV functions accessed
* from internal stack.
*
- *******************************************************************************/
+ *****************************************************************************/
#ifndef BTIF_AV_H
#define BTIF_AV_H
@@ -62,9 +62,14 @@
#include "bta_av_api.h"
-/*******************************************************************************
+/*****************************************************************************
+** Constants & Macros
+******************************************************************************/
+
+/*****************************************************************************
** Type definitions for callback functions
-********************************************************************************/
+******************************************************************************/
+
typedef enum {
/* Reuse BTA_AV_XXX_EVT - No need to redefine them here */
@@ -76,10 +81,26 @@ typedef enum {
BTIF_AV_RECONFIGURE_REQ_EVT,
} btif_av_sm_event_t;
+/*****************************************************************************
+** Type definitions and return values
+******************************************************************************/
-/*******************************************************************************
+/*****************************************************************************
+** Extern variables and functions
+******************************************************************************/
+
+/*****************************************************************************
+** Functions
+******************************************************************************/
+
+
+/*****************************************************************************
+** BTIF CORE API
+******************************************************************************/
+
+/*****************************************************************************
** BTIF AV API
-********************************************************************************/
+******************************************************************************/
/*******************************************************************************
**
@@ -143,3 +164,4 @@ void btif_dispatch_sm_event(btif_av_sm_event_t event, void *p_data, int len);
bt_status_t btif_av_init(void);
#endif /* BTIF_AV_H */
+