OSDN Git Service

Update module names to not use C preprocessor and to be at top of headers.
[android-x86/system-bt.git] / utils / include / bt_utils.h
index 7c112ce..fa397f9 100644 (file)
@@ -19,6 +19,8 @@
 #ifndef BT_UTILS_H
 #define BT_UTILS_H
 
+static const char BT_UTILS_MODULE[] = "bt_utils_module";
+
 /*******************************************************************************
 **  Type definitions
 ********************************************************************************/
@@ -38,7 +40,6 @@ typedef enum {
 **  Functions
 ********************************************************************************/
 
-#define BT_UTILS_MODULE "bt_utils_module"
 void raise_priority_a2dp(tHIGH_PRIORITY_TASK high_task);
 void adjust_priority_a2dp(int start);
 #define UNUSED(x) (void)(x)