summaryrefslogtreecommitdiff
path: root/plugins/hciops.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/hciops.c')
-rw-r--r--plugins/hciops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/hciops.c b/plugins/hciops.c
index 04802f486..00b90061c 100644
--- a/plugins/hciops.c
+++ b/plugins/hciops.c
@@ -656,7 +656,7 @@ static gboolean init_adapter(int index)
gboolean pairable, discoverable;
if (!dev->registered) {
- adapter = btd_manager_register_adapter(index);
+ adapter = btd_manager_register_adapter(index, TRUE);
if (adapter)
dev->registered = TRUE;
} else {