From 8f0965f1091a7ecf5f315108b7d7876dc0a68f3b Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 4 Aug 2008 20:02:01 +0200 Subject: Remove SDP server and experimental option --- src/dbus-common.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/dbus-common.c') diff --git a/src/dbus-common.c b/src/dbus-common.c index 02edd683..530f432e 100644 --- a/src/dbus-common.c +++ b/src/dbus-common.c @@ -55,8 +55,6 @@ #define RECONNECT_RETRY_TIMEOUT 5000 -static int experimental = 0; - int l2raw_connect(const char *local, const bdaddr_t *remote) { struct sockaddr_l2 addr; @@ -108,16 +106,6 @@ failed: return -1; } -void hcid_dbus_set_experimental(void) -{ - experimental = 1; -} - -int hcid_dbus_use_experimental(void) -{ - return experimental; -} - static gboolean system_bus_reconnect(void *data) { DBusConnection *conn = get_dbus_connection(); -- cgit