summaryrefslogtreecommitdiffstats
path: root/src/dbus-hci.c
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2009-01-20 16:34:40 -0300
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2009-01-21 12:26:20 -0300
commitbe2320f464ee361ec05be6d94201829282006d7e (patch)
tree2e9b98c4134b0fa623820de65911c35a417e5b3a /src/dbus-hci.c
parenta2da56b3aa57890db60205c9e75618c264bec6b0 (diff)
Fix bug which prevents emitting DeviceDisappered.
Diffstat (limited to 'src/dbus-hci.c')
-rw-r--r--src/dbus-hci.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/dbus-hci.c b/src/dbus-hci.c
index 85805906..562e6652 100644
--- a/src/dbus-hci.c
+++ b/src/dbus-hci.c
@@ -556,11 +556,6 @@ void hcid_dbus_inquiry_complete(bdaddr_t *local)
path = adapter_get_path(adapter);
- /* Out of range verification */
- if ((adapter_get_state(adapter) & PERIODIC_INQUIRY) &&
- !(adapter_get_state(adapter) & STD_INQUIRY))
- adapter_update_oor_devices(adapter);
-
/*
* The following scenarios can happen:
* 1. standard inquiry: always send discovery completed signal