summaryrefslogtreecommitdiffstats
path: root/btif/include/btif_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'btif/include/btif_util.h')
-rwxr-xr-x[-rw-r--r--]btif/include/btif_util.h25
1 files changed, 18 insertions, 7 deletions
diff --git a/btif/include/btif_util.h b/btif/include/btif_util.h
index 6d146b8..cfa7945 100644..100755
--- a/btif/include/btif_util.h
+++ b/btif/include/btif_util.h
@@ -45,6 +45,14 @@
*
************************************************************************************/
+/************************************************************************************
+ *
+ * Filename: btif_util.h
+ *
+ * Description:
+ *
+ ***********************************************************************************/
+
#ifndef BTIF_UTIL_H
#define BTIF_UTIL_H
@@ -55,23 +63,26 @@
#include "data_types.h"
#include "bt_types.h"
-/*******************************************************************************
+/************************************************************************************
** Constants & Macros
-********************************************************************************/
+************************************************************************************/
#define CASE_RETURN_STR(const) case const: return #const;
-
-/*******************************************************************************
+/************************************************************************************
** Type definitions for callback functions
-********************************************************************************/
+************************************************************************************/
typedef char bdstr_t[18];
+/************************************************************************************
+** Type definitions and return values
+************************************************************************************/
-/*******************************************************************************
+
+/************************************************************************************
** Functions
-********************************************************************************/
+************************************************************************************/
const char* dump_bt_status(bt_status_t status);
const char* dump_dm_search_event(UINT16 event);