NotifyCharacteristicChanged

data class NotifyCharacteristicChanged(    val device: BluetoothDevice,     val characteristic: BluetoothGattCharacteristic,     val confirm: Boolean,     val data: ByteArray) : BleServerOperation

Constructors

Link copied to clipboard
fun NotifyCharacteristicChanged(    device: BluetoothDevice,     characteristic: BluetoothGattCharacteristic,     confirm: Boolean,     data: ByteArray)

Functions

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

Properties

Link copied to clipboard
val characteristic: BluetoothGattCharacteristic
Link copied to clipboard
val confirm: Boolean
Link copied to clipboard
val data: ByteArray
Link copied to clipboard
val device: BluetoothDevice