GattOperationReceived

@Serializable
data class GattOperationReceived(val address: String, val type: GATTOperationType) : BluetoothEmulationEvent

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

Official doc

Constructors

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

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)