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.
- 
                  
                  
Peripheralinstance, 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 
View on GitHub
        ScannedPeripheral Class Reference