On Tue, Nov 29, 2016 at 01:28:42PM -0800, Brennan Ashton wrote: > > > > Sorry for being ignorant (as I can't quite find the filter duplicate > > code > > other than the setting of the bit), but would throttling work > > here? Cap the > > duplicates at say every 100ms or 10x/second. That probably won't > > help with > > power consumption (unless start/stop of the radio is quick?). > > > > Just trying to help move this along.. willing to code/test. > > > > Cheers, > > Don > > > The thread I mentioned is here: > https://marc.info/?t=147345134200002&r=1&w=2 > > The constant of interest is this LE_SCAN_FILTER_DUP_ENABLE. I had to > recompile with this disabled because I never wanted the filter for my > application. I had proposed making this an option in the adaptor > interface, but there did not seem to be any interest. Hi Brennan, Looking through the code, I am guessing you hacked up net/bluetooth/hci_request.c::active_scan to set enable_cp.filter_dup = 0? How did that turn out? Was there a lot of volume? I am running 'hcitool lescan --duplicates' with a couple of cc2650 tags I have (one custom fw) and see about 20-25 adv/second. That doesn't seem so bad. What type of numbers did you see? Cheers, Don -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html