accept(sessionRequest:)
Handles a new session request for the accessory.
Declaration
func accept(sessionRequest: AccessoryTransportSession.Request) -> AccessoryTransportSession.Request.DecisionParameters
- sessionRequest:
An Request instance you use to accept or reject the session.
Discussion
Implement this callback and respond to its invocations by the framework.