Interface SendDataCommand
- All Known Implementing Classes:
SendMultiDataSegmentCommand,SendSingleDataSegmentCommand
public interface SendDataCommand
-
Method Summary
Modifier and TypeMethodDescriptionvoidonCharacteristicWrite(com.welie.blessed.BluetoothPeripheral peripheral, byte[] value, com.welie.blessed.BluetoothGattCharacteristic characteristic, com.welie.blessed.BluetoothCommandStatus status) booleansendData()
-
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)
-