deviceDidChangeName(_:)
Tells the delegate when the name of a device changes.
Declaration
optional func deviceDidChangeName(_ device: ICDevice)Discussion
This happens if the device module overrides the default name of the device reported by the device’s transport layer, or if the name of the filesystem volume mounted by the device is changed by the user.
Execution of the delegate callback occurs on the main thread.