DiscoveredDevice

constructor(identifier: Identifier, rssi: RSSI, advertisementData: BaseAdvertisementData, deviceCreator: () -> Device)

Parameters

identifier

the Identifier of the Device discovered

rssi

the RSSI value of the Device discovered

advertisementData

the BaseAdvertisementData of the Device discovered

deviceCreator

Method for creating a Device if it had not been scanned previously.