Diff between 1e84241cc805d83a0ad43a07fd7659114bb25b89 and f763bc0cd82a49854dd13f702383c9bdebc8178b
Changed Files
| File | Additions | Deletions | Status |
| plugins/hciops.c | +1 | -1 | modified |
Full Patch
diff --git a/plugins/hciops.c b/plugins/hciops.c
index 678ca1b..d74f2ea 100644
--- a/plugins/hciops.c
+++ b/plugins/hciops.c
@@ -565,7 +565,7 @@ static void set_event_mask(int index)
}
if (dev->features[3] & LMP_RSSI_INQ)
- events[4] |= 0x04; /* Inquiry Result with RSSI */
+ events[4] |= 0x02; /* Inquiry Result with RSSI */
if (dev->features[5] & LMP_SNIFF_SUBR)
events[5] |= 0x20; /* Sniff Subrating */