ScanDiscovery

public struct ScanDiscovery

A model capturing what is found from a scan callback.

  • The unique, persistent identifier associated with the peer.

    Declaration

    Swift

    public let peripheralIdentifier: PeripheralIdentifier
  • The advertisement packet the discovered peripheral is sending.

    Declaration

    Swift

    public let advertisementPacket: [String : Any]
  • The signal strength of the peripheral discovered.

    Declaration

    Swift

    public let rssi: Int