Diff between 0be5246170f76a476101aa2dd7e748937363a1dc and 39c2e03f1bc6865fe3ce22945a1e7e5bf47b227c
Changed Files
| File | Additions | Deletions | Status |
| mesh/mesh-io-generic.c | +0 | -4 | modified |
Full Patch
diff --git a/mesh/mesh-io-generic.c b/mesh/mesh-io-generic.c
index 48e47e7..670c7ab 100644
--- a/mesh/mesh-io-generic.c
+++ b/mesh/mesh-io-generic.c
@@ -130,10 +130,6 @@ static void event_adv_report(struct mesh_io *io, const void *buf, uint8_t size)
if (evt->event_type != 0x03)
return;
- if (evt->addr_type != BDADDR_LE_PUBLIC &&
- evt->addr_type != BDADDR_LE_RANDOM)
- return;
-
instant = get_instant();
adv = evt->data;
adv_len = evt->data_len;