ScannedPeripheral
public class ScannedPeripheral
Represents instance of scanned peripheral - containing it’s advertisment data, rssi and peripheral itself.
To perform further actions peripheral
instance variable can be used ia. to maintain connection.
-
Peripheral
instance, that allows to perform further bluetooth actions.Declaration
Swift
public let peripheral: Peripheral
-
Advertisement data of scanned peripheral
Declaration
Swift
public let advertisementData: AdvertisementData
-
Scanned peripheral’s RSSI value.
Declaration
Swift
public let rssi: NSNumber