WithServiceUuid

constructor(uuid: Uuid, @DrawableRes icon: Int = R.drawable.baseline_check_24, @StringRes title: Int = R.string.filter_with_service_uuid, isInitiallySelected: Boolean = false)

Parameters

uuid

The UUID to filter.

icon

The icon to display for the filter.

title

The title of the filter.

isInitiallySelected

Whether the filter is initially selected, defaults to false.