filters

actual fun filters(builderAction: FiltersBuilder.() -> Unit)
actual fun filters(builderAction: <Error class: unknown class>.() -> Unit)
expect fun filters(builderAction: FiltersBuilder.() -> Unit)

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.

actual fun filters(builderAction: FiltersBuilder.() -> Unit)

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.

Filtering on Service Data is not supported because it is not implemented: https://github.com/WebBluetoothCG/web-bluetooth/blob/main/implementation-status.md

Filtering on Manufacturer Data is supported and a good explanation can be found here: https://github.com/WebBluetoothCG/web-bluetooth/blob/main/data-filters-explainer.md

actual fun filters(builderAction: FiltersBuilder.() -> Unit)