Fix the svace issue (146981, 147807, 168145, 174996)
[platform/core/connectivity/bluetooth-frwk.git] / bt-service / include / bt-service-headset-connection.h
old mode 100755 (executable)
new mode 100644 (file)
index 1cf4cd3..d7ebebf
@@ -23,7 +23,9 @@
 #define ERR(fmt, args...) SLOGE(fmt, ##args)
 
 #define CONNECT_TIMEOUT (3 * 1000)
-
+#ifdef TIZEN_BT_DUAL_HEADSET_CONNECT
+#define MAX_CONNECTED_HEADSET 2
+#endif
 void _bt_headset_set_local_connection(gboolean value);
 gboolean _bt_headset_get_local_connection();
 void _bt_start_timer_for_connection(char *remote_address, int connection_type);