Fix up ASan build: do not use variable definitons inside header files to avoid
multiple definitons error.
Change-Id: I00d74bd5c9e3e966b1acc29416f273477eaae7f5
Signed-off-by: Mikhail Kashkarov <m.kashkarov@partner.samsung.com>
#include "bt-internal-types.h"
+bool is_battery_monitor_enabled = false;
+
tizen_profile_t profile = _PROFILE_UNKNOWN;
bt_plugin_info_t *headed_plugin_info = NULL;
BT_FTP_SERVER,
} bt_server_type_t;
-bool is_battery_monitor_enabled;
+extern bool is_battery_monitor_enabled;
typedef enum {
BT_SYNC_REQ,