Package 

Class IntermediateCuffPressureDataCallback

  • All Implemented Interfaces:
    android.os.Parcelable , no.nordicsemi.android.ble.callback.DataReceivedCallback , no.nordicsemi.android.ble.callback.profile.ProfileDataCallback , no.nordicsemi.android.ble.common.profile.bp.BloodPressureTypes , no.nordicsemi.android.ble.common.profile.bp.IntermediateCuffPressureCallback

    
    public abstract class IntermediateCuffPressureDataCallback
    extends ProfileReadResponse implements IntermediateCuffPressureCallback
                        

    Data callback that parses value into Intermediate Cuff Pressure data. If the value received do not match required syntax onInvalidDataReceived callback will be called.

    • Method Summary

      Modifier and Type Method Description
      void onDataReceived(@NonNull() BluetoothDevice device, @NonNull() Data data)
      • Methods inherited from class no.nordicsemi.android.ble.callback.profile.ProfileReadResponse

        isValid, onInvalidDataReceived, writeToParcel
      • Methods inherited from class no.nordicsemi.android.ble.response.ReadResponse

        describeContents, getBluetoothDevice, getRawData, onDataReceived
      • Methods inherited from class no.nordicsemi.android.ble.common.profile.bp.IntermediateCuffPressureCallback

        onIntermediateCuffPressureReceived
      • Methods inherited from class no.nordicsemi.android.ble.common.profile.bp.BloodPressureTypes

        toKPa, toMmHg
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait