Notify Characteristic Changed
data class NotifyCharacteristicChanged(val device: BluetoothDevice, val characteristic: BluetoothGattCharacteristic, val confirm: Boolean, val data: ByteArray) : BleServerOperation
Constructors
Link copied to clipboard
constructor(device: BluetoothDevice, characteristic: BluetoothGattCharacteristic, confirm: Boolean, data: ByteArray)