summaryrefslogtreecommitdiffstats
path: root/btif/include/btif_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'btif/include/btif_util.h')
-rw-r--r--[-rwxr-xr-x]btif/include/btif_util.h25
1 files changed, 7 insertions, 18 deletions
diff --git a/btif/include/btif_util.h b/btif/include/btif_util.h
index cfa7945..6d146b8 100755..100644
--- a/btif/include/btif_util.h
+++ b/btif/include/btif_util.h
@@ -45,14 +45,6 @@
*
************************************************************************************/
-/************************************************************************************
- *
- * Filename: btif_util.h
- *
- * Description:
- *
- ***********************************************************************************/
-
#ifndef BTIF_UTIL_H
#define BTIF_UTIL_H
@@ -63,26 +55,23 @@
#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);