Just use private val pairedDevice:List<Device> instead of pairedDevice:List<Device> inside the constructor of the class as it will become accessible in whole class.
private val pairedDevice:List<Device>
pairedDevice:List<Device>