Change-Id: Ib675713843a9b025f7298842e8c7677f53cc0817
Signed-off-by: Taejin Woo <tt.woo@samsung.com>
return ret;
}
+#if 0
static gboolean __bt_set_disabled_timeout_cb(gpointer user_data)
{
BT_DBG("");
return FALSE;
}
+#endif
int __bt_disable_cb(void)
{
FN_START;
GDBusProxy *proxy;
+#if 0
int ret;
+#endif
GVariant *result;
GError *error = NULL;
return;
}
+#if 0
static gboolean __is_reset_required(const gchar *address)
{
GArray *device_list;
return is_required;
}
#endif
+#endif
int _bt_launch_system_popup(bt_agent_event_type_t event_type,
const char *device_name,