SimulateGATTOperationResponseParameter

@Serializable
data class SimulateGATTOperationResponseParameter(val address: String, val type: BluetoothEmulation.GATTOperationType, val code: Int)

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
val code: Int
Link copied to clipboard