CharacteristicChanged

data class CharacteristicChanged(val device: BLEDevice, val gatt: BluetoothGatt, val characteristic: BluetoothGattCharacteristic, val value: ByteArray) : BLEServiceEvent

Represents a characteristic changed event

Constructors

Link copied to clipboard
constructor(device: BLEDevice, gatt: BluetoothGatt, characteristic: BluetoothGattCharacteristic, value: ByteArray)

Properties

Link copied to clipboard

Changed characteristic

Link copied to clipboard

The Bluetooth device for which the characteristic changed

Link copied to clipboard

the bluetooth gatt profile

Link copied to clipboard

Changed data

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int