summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-rfcomm.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-05-14 11:56:39 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-05-14 11:56:39 +0000
commit8cea4266a59e24df215febc4bfa4d98c4ad58e7c (patch)
tree7f6be80f48f2d9d960d5463c2d495f87cbcec5a9 /hcid/dbus-rfcomm.c
parent68dc1b1a461792897e7be1cafb97b1f80e6aa304 (diff)
Remove some experimental tags for stable methods
Diffstat (limited to 'hcid/dbus-rfcomm.c')
-rw-r--r--hcid/dbus-rfcomm.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/hcid/dbus-rfcomm.c b/hcid/dbus-rfcomm.c
index 58df0bfc..f12f6ade 100644
--- a/hcid/dbus-rfcomm.c
+++ b/hcid/dbus-rfcomm.c
@@ -1044,9 +1044,6 @@ static DBusMethodVTable rfcomm_methods[] = {
dbus_bool_t rfcomm_init(DBusConnection *conn, const char *path)
{
- if (!hcid_dbus_use_experimental())
- return TRUE;
-
if (rfcomm_ctl < 0) {
rfcomm_ctl = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_RFCOMM);
if (rfcomm_ctl < 0)