Interface SendDataCommand

All Known Implementing Classes:
SendMultiDataSegmentCommand, SendSingleDataSegmentCommand

public interface SendDataCommand
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onCharacteristicWrite(com.welie.blessed.BluetoothPeripheral peripheral, byte[] value, com.welie.blessed.BluetoothGattCharacteristic characteristic, com.welie.blessed.BluetoothCommandStatus status)
     
    boolean
     
  • Method Details

    • sendData

      boolean sendData()
    • onCharacteristicWrite

      void onCharacteristicWrite(com.welie.blessed.BluetoothPeripheral peripheral, byte[] value, com.welie.blessed.BluetoothGattCharacteristic characteristic, com.welie.blessed.BluetoothCommandStatus status)