Diff between 02bc7a19cbbaab7a8fdec17db601a61394b9520b and 549087a10b6366dd0bea8fdc3839255b9b016633
Changed Files
| File | Additions | Deletions | Status |
| plugins/hciops.c | +1 | -0 | modified |
Full Patch
diff --git a/plugins/hciops.c b/plugins/hciops.c
index d0ba3ad..8d97f97 100644
--- a/plugins/hciops.c
+++ b/plugins/hciops.c
@@ -2652,6 +2652,7 @@ static void device_event(int event, int index)
devs[index].up = FALSE;
devs[index].pending_cod = 0;
devs[index].cache_enable = TRUE;
+ devs[index].discov_state = DISCOV_HALTED;
if (!devs[index].pending) {
struct btd_adapter *adapter;