projects
/
platform
/
upstream
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ce9f90
)
Use manual policy as default
author
Marcel Holtmann
<marcel@holtmann.org>
Sun, 28 Dec 2008 02:14:53 +0000
(
03:14
+0100)
committer
Marcel Holtmann
<marcel@holtmann.org>
Sun, 28 Dec 2008 02:14:53 +0000
(
03:14
+0100)
plugins/bluetooth.c
patch
|
blob
|
history
diff --git
a/plugins/bluetooth.c
b/plugins/bluetooth.c
index 46f8f421594c0933d9ff9391649c713df4d9d8ec..8993ca6634424c3ba9bf45429addf8b4aed658b7 100644
(file)
--- a/
plugins/bluetooth.c
+++ b/
plugins/bluetooth.c
@@
-421,6
+421,7
@@
static void adapter_properties(DBusConnection *connection, const char *path,
connman_device_set_interface(adapter, node);
+ connman_device_set_policy(adapter, CONNMAN_DEVICE_POLICY_MANUAL);
connman_device_set_mode(adapter, CONNMAN_DEVICE_MODE_MULTIPLE_NETWORKS);
if (connman_device_register(adapter) < 0) {