Package fr. zhortech. ztcorekit. ble. scan
Types
ZTScanner
Link copied to clipboard
class ZTScanner
Content copied to clipboard
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)
Content copied to clipboard
Represents a record emitted by the ZTScanner.