WearableDeviceSessionPairingDelegate
public protocol WearableDeviceSessionPairingDelegate : AnyObject
The pairing delegate gets notified when a device is required to be put into pairing mode in order to proceed with the connection. This is only required if you are implementing a custom connection UI or if you are using the deprecated BoseWearable.startDeviceSearch(mode:completionHandler:)
API.
-
Indicates that the remote device must be put into pairing mode in order to continue the connection process.
Declaration
Swift
func sessionRequiresPairingMode(_ session: WearableDeviceSession)
-
Indicates that the pairing process has completed with the specified result.
Declaration
Swift
func session(_ session: WearableDeviceSession, finishedPairingWithResult result: Result<Void>)