public interface DataSentCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onDataSent(android.bluetooth.BluetoothDevice device,
Data data)
Callback received each time the value was written to a characteristic or descriptor,
or was read from the server characteristic or descriptor.
|
void onDataSent(@NonNull
android.bluetooth.BluetoothDevice device,
@NonNull
Data data)
device - the target device.data - the data sent. If the DataSplitter was used, this contains the full data.