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)