Options

fun Options(builder: OptionsBuilder.() -> Unit): Options

https://developer.mozilla.org/en-US/docs/Web/API/Bluetooth/requestDevice


fun Options(filters: List<Filter>? = null, filterSets: List<FilterSet>? = null, optionalServices: List<Uuid>? = null): Options

Deprecated (with error)

Use Options builder instead. See https://github.com/JuulLabs/kable/issues/723 for details.

Replace with

Options { }