PeripheralChanges
public enum PeripheralChanges
An enumeration that represent the changes in peripheral services or name
-
The name has been changed
Declaration
Swift
case name(String?)
-
Some services have been invalidated
Declaration
Swift
case invalidatedServices([CBService])