GattOperationReceivedParameter

@Serializable
data class GattOperationReceivedParameter(val address: String, val type: BluetoothEmulation.GATTOperationType)

Event for when a GATT operation of |type| to the peripheral with |address| happened.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard