Package fr.zhortech.ztcorekit.ble.scan

Types

ZTScanner
Link copied to clipboard
class ZTScanner
ZTScanner handles all scanning operations and return scanned BLE devices trough ZTScanRecord.
ZTScanRecord
Link copied to clipboard
data class ZTScanRecord(device: RxBleDevice, rssi: Int, advertisingData: ByteArray)
Represents a record emitted by the ZTScanner.