IEvsScanCallback

Callback interface for bluetooth scan results

Functions

Link copied to clipboard
abstract fun deviceFound(deviceId: String, name: String, rssi: Int, advRecord: ByteArray?): Boolean

Called for each device that was found during the scan

Link copied to clipboard
abstract fun scanEnded()

Called when the scan ended

Link copied to clipboard
abstract fun scanFailed()

Called when the scan failed