Contents

sendResponse(_:)

Sends data followed by a success message to a connected Bluetooth hands-free phone or headset.

Declaration

func sendResponse(_ response: String!)

Parameters

  • response:

    A string containing the data.

Discussion

Calling this method has the same result as calling sendResponse(response: response, withOK: true).

See Also

Sending and Receiving Commands