Eddystone scan period and namespace

Hi,

with Estiomote Android SDK I can easily set the lenght of the scan period for IBeacon, how can I do the same with Eddystone?
It is also possible to filter by namespace?

Thank you.

Eddystone scanning is actually controlled by the setForegroundScanPeriod method.

We don’t have filtering options for Eddystone at this time—as a work-around, you can do the filtering yourself in the onEddystonesFound callback.