BleScanResults

data class BleScanResults(val device: ServerDevice, val scanResult: List<BleScanResultData> = emptyList()) : Parcelable

Class containing all scan results grouped with an advertising device.

Constructors

Link copied to clipboard
constructor(device: ServerDevice, scanResult: List<BleScanResultData> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard

ServerDevice which may be connectable

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

List of scan results (BleScanResultData) captured during scanning.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)