BluetoothService
Types
Specifies the behaviour of cleaning up the list of Device discovered by a BluetoothService
Properties
Functions
Gets a Flow containing a list of all Device scanned by the service. Requires that startScanning has been called, otherwise no devices will be found
Gets a Flow containing a list of all Device scanned by the service for the last Filter passed to startScanning. Requires that startScanning has been called with filter, otherwise no devices will be found
Gets a Flow that indicates whether the service is actively scanning for Device
Gets a Flow of the list of Device that have been paired to the system
Gets a Flow containing a list of all Device scanned by the service for a given Filter. Requires that startScanning has been called with filter, otherwise no devices will be found
Starts scanning for Device. To receive the devices, use scannedDevices or allDevices
Stops scanning for Device