BluetoothClient
Types
Specifies the behaviour of cleaning up the list of ConnectableDevice discovered by a BluetoothClient
Properties
Functions
Gets a Flow containing a list of all ConnectableDevice scanned by the service. Requires that startScanning has been called, otherwise no devices will be found
Gets a Flow containing a list of all ConnectableDevice 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 ConnectableDevice
Gets a Flow of the list of ConnectableDevice that have been paired to the system
Gets a Flow containing a list of all ConnectableDevice 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 ConnectableDevice. To receive the devices, use scannedDevices or allDevices
Stops scanning for ConnectableDevice