Uses of Enum Class
com.github.hypfvieh.bluetooth.DiscoveryFilter
Packages that use DiscoveryFilter
-
Uses of DiscoveryFilter in com.github.hypfvieh.bluetooth
Methods in com.github.hypfvieh.bluetooth that return DiscoveryFilterModifier and TypeMethodDescriptionstatic DiscoveryFilterReturns the enum constant of this class with the specified name.static DiscoveryFilter[]DiscoveryFilter.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in com.github.hypfvieh.bluetooth with type arguments of type DiscoveryFilterModifier and TypeMethodDescriptionvoidDeviceManager.setScanFilter(Map<DiscoveryFilter, Object> _filter) Setup bluetooth scan/discovery filter.