SimulateGATTOperationResponseRequest

@Serializable
data class SimulateGATTOperationResponseRequest(val address: String, val type: GATTOperationType, val code: Int)

Request object containing input parameters for the BluetoothEmulationDomain.simulateGATTOperationResponse command.

Constructors

Link copied to clipboard
constructor(address: String, type: GATTOperationType, code: Int)

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard
val code: Int

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)