ProvisioningResponse

Provisioning responses are sent by the Provisionee to the Provisioner. as a response to a ProvisioningRequest.

Inheritors

Types

Link copied to clipboard

The Provisionee sends a Provisioning Capabilities PDU to indicate it's supported provisioning to a Provisioner.

Link copied to clipboard
object Companion
Link copied to clipboard

The Provisionee sends a Provisioning Complete PDU to indicate that it has successfully received and processed the provisioning data.

Link copied to clipboard
data class Confirmation(val confirmation: ByteArray) : ProvisioningResponse

The provisioner or the Provisionee sends a Provisioning Confirmation PDU to its peer to confirm the values exchanged so far, including the OOB Authentication value and the random number that is yet to be exchanged.

Link copied to clipboard

The Provisionee sends a Provisioning Failed PDU if it fails to process a received provisioning protocol PDU.

Link copied to clipboard

The Provisionee sends a Provisioning Input Complete PDU when the user completes the input operation.

Link copied to clipboard

The Provisioner sends a Provisioning Public Key PDU to deliver the public key to be used in the ECDH calculations.

Link copied to clipboard
data class Random(val random: ByteArray) : ProvisioningResponse

The Provisioner or the Provisionee sends a Provisioning Random PDU to allow its peer device to validate the confirmation.

Properties

Link copied to clipboard