Package 

Interface DataSentCallback

    • Method Summary

      Modifier and Type Method Description
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.