Package-level declarations

Types

Link copied to clipboard
data class SLBluetoothEntry(val mac: String, val signalStrength: Int, val timestamp: Long, val name: String, val uuid: String?, val major: Int?, val minor: Int?, val type: String?, val txPower: Int?)
Link copied to clipboard
class SLBluetoothPipe(summariser: SLSummary, bluetoothService: SLBluetoothService, analytics: SLAnalytics?) : SLPipeBase
Link copied to clipboard
class SLBluetoothPipeResult(success: Boolean, val bluetoothDevices: List<SLBluetoothEntry>?) : SLPipeResult
Link copied to clipboard
class SLBluetoothService(androidContext: Context, scanningDelay: Long = 6000, sensorLog: SLSensorLog)

Bluetooth scanner service for SlamSDk