AppLinkConfirmation

@Serializable
data class AppLinkConfirmation(val isAccepted: Boolean) : BleDeviceRequest

Represents a confirmation response to a device link request in the BLE Satellite Protocol by Tinno.

This class encapsulates a response sent from the application to the device, indicating whether a device pairing/linking request has been accepted or rejected. It is sent in response to an initial link request initiated by the device.

Constructors

Link copied to clipboard
constructor(isAccepted: Boolean)

Properties

Link copied to clipboard

Boolean indicating whether the link request has been accepted (true) or rejected (false).

Link copied to clipboard

The operation code that identifies the type of request.