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