BleScanResults
data class BleScanResults(val device: ServerDevice, val scanResult: List<BleScanResultData> = emptyList()) : Parcelable
Class containing all scan results grouped with an advertising device.
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.