ScannerBuilder
Properties
Specifies whether the scan should run without duplicate filtering. This corresponds to Core Bluetooth's CBCentralManagerScanOptionAllowDuplicatesKey scanning option.
Filters Advertisements during a scan: If filters is null
or empty, then no filtering is performed (i.e. all Advertisements are emitted during a scan). If filters are provided (i.e. filters is a list of at least one Filter), then only Advertisements that match at least one Filter are emitted during a scan.
Configures Scanner to pre-conflate the advertisements flow.
Allows for the Scanner to be configured via Android's ScanSettings.
Causes the scanner to scan for peripherals soliciting any of the services contained in the array. This corresponds to Core Bluetooth's CBCentralManagerScanOptionSolicitedServiceUUIDsKey scanning option.
Functions
Filters Advertisements during a scan. If predicates are non-empty, then only Advertisements that match at least one of the predicates are emitted during a scan.
Filters Advertisements during a scan. If predicates are non-empty, then only Advertisements that match at least one of the predicates are emitted during a scan.