Package-level declarations
The entry point for common BLE scanner.
This package contains the main entry point for the BLE scanner, including the ScannerScreen composable and the ScanFilterState for managing its state. It also defines the result types returned when a device is selected or the process is canceled.
Types
Represents the selection of a device from the scan results.
Represents the state of the scanner, including available filters and sorting options.
Represents the result of the scanner screen interaction. This sealed interface defines the possible outcomes when the user interacts with the scanner screen.
Represents the cancellation of the scanning process. This object is used to indicate that the user has cancelled the scanning operation.
Functions
Creates a ScanFilterState that can be used to manage the state of the scanner.
A scanner screen with an AppBar and a list of devices.