-
@FunctionalInterface() public interface DataSentCallback
-
-
Method Summary
Modifier and Type Method Description abstract voidonDataSent(@NonNull() BluetoothDevice device, @NonNull() Data data)Callback received each time the value was written to a characteristic or descriptor,or was read from the server characteristic or descriptor. -
-
Method Detail
-
onDataSent
abstract void onDataSent(@NonNull() BluetoothDevice device, @NonNull() Data data)
Callback received each time the value was written to a characteristic or descriptor,or was read from the server characteristic or descriptor.
- Parameters:
device- the target device.data- the data sent.
-
-
-
-