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