interface PeripheralScannerFilter
Filter to add before starting next scan
| abstract fun add(fitbitGatt: FitbitGatt): UnitAdd filter, implementation is expected to call one of the add** filter method exposed on FitbitGatt | 
| class DeviceAddressPeripheralScannerFilter : PeripheralScannerFilterAdd a single filter for scanning peripheral by device adddress | |
| class DeviceNamePeripheralScannerFilter : PeripheralScannerFilterAdd a single filter for scanning peripheral by device name | |
| class ServiceUuidPeripheralScannerFilter : PeripheralScannerFilter |