summaryrefslogtreecommitdiffstats
path: root/src/dbus-hci.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dbus-hci.c')
-rw-r--r--src/dbus-hci.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dbus-hci.c b/src/dbus-hci.c
index 894b4492..65919083 100644
--- a/src/dbus-hci.c
+++ b/src/dbus-hci.c
@@ -1097,6 +1097,9 @@ void hcid_dbus_setscan_enable_complete(bdaddr_t *local)
return;
}
+ if (adapter_powering_down(adapter))
+ return;
+
dev_id = adapter_get_dev_id(adapter);
dd = hci_open_dev(dev_id);