In https://github.com/01org/corelibs-arduino101/blob/master/libraries/CurieBLE/examples/central/scan/scan.ino:
If I change the BLE.scan();
line to either BLE.scan(true);
or BLE.scan(false);
all scan without duplicates. I expect it to only receive peripheral per Bluetooth address with the duplicate filter enabled.