ServiceScanParameters
@available(swift 4.0)
@available(iOS 10.0, tvOS 10.0, watchOS 3.0, macOS 10.12, *)
open class ServiceScanParameters : Service
BLE Scan Parameters Service
This service enables a GATT Client to store the LE scan parameters it is using on a GATT Server device so that the GATT Server can utilize the information to adjust behavior to optimize power consumption and/or reconnection latency.
-
Service Name
Declaration
Swift
public static var name: String { get }
-
Service UUID
Declaration
Swift
public static var uuidString: String { get }
-
Service Uniform Identifier
Declaration
Swift
public static var uniformIdentifier: String { get }
-
Creates Scan Parameters Service
Declaration
Swift
public init()