DiscoveredDevice
constructor(identifier: Identifier, rssi: RSSI, advertisementData: BaseAdvertisementData, deviceCreator: () -> ConnectableDevice)
Parameters
identifier
the Identifier of the ConnectableDevice discovered
rssi
the RSSI value of the ConnectableDevice discovered
advertisementData
the BaseAdvertisementData of the ConnectableDevice discovered
deviceCreator
Method for creating a ConnectableDevice if it had not been scanned previously.