Bluetooth Le Scan Callback
class BluetoothLeScanCallback(connectedDevices: SnapshotStateList<BluetoothDevice>, foundDevices: SnapshotStateList<BluetoothDevice>) : ScanCallback
Default Bluetooth ScanCallback
Constructors
Link copied to clipboard
constructor(connectedDevices: SnapshotStateList<BluetoothDevice>, foundDevices: SnapshotStateList<BluetoothDevice>)
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@RequiresPermission(allOf = ["android.permission.BLUETOOTH_CONNECT", "android.permission.ACCESS_FINE_LOCATION" ] )