summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-adapter.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-01-30 14:09:49 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-01-30 14:09:49 +0000
commit885f18159e513ed1df4088918ea86b05555810e3 (patch)
tree3d2a99eba6b00c9bd07993efe6d73103cd8f943a /hcid/dbus-adapter.c
parent7c8be626e77b6138df3c18b1407a6eb038305573 (diff)
Make sure the device mode is only stored through a SetMode call
Diffstat (limited to 'hcid/dbus-adapter.c')
-rw-r--r--hcid/dbus-adapter.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hcid/dbus-adapter.c b/hcid/dbus-adapter.c
index 8699499a..a7dce984 100644
--- a/hcid/dbus-adapter.c
+++ b/hcid/dbus-adapter.c
@@ -485,6 +485,8 @@ static DBusHandlerResult adapter_set_mode(DBusConnection *conn,
hci_close_dev(dd);
return error_failed(conn, msg, bt_error(status));
}
+
+ write_device_mode(&local, scan_mode);
}
done: