Package 

Class MtuResult

  • All Implemented Interfaces:
    android.os.Parcelable , no.nordicsemi.android.ble.callback.MtuCallback

    
    public class MtuResult
     implements MtuCallback, Parcelable
                        
    • Constructor Summary

      Constructors 
      Constructor Description
      MtuResult()
    • Method Summary

      Modifier and Type Method Description
      int getMtu() Returns the agreed MTU.
      void onMtuChanged(@NonNull() BluetoothDevice device, @IntRange(from = 23, to = 517) int mtu) Method called when the MTU request has finished with success.
      BluetoothDevice getBluetoothDevice()
      void writeToParcel(Parcel dest, int flags)
      int describeContents()
      • Methods inherited from class no.nordicsemi.android.ble.callback.MtuCallback

        onMtuChanged
      • Methods inherited from class android.os.Parcelable

        describeContents, writeToParcel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MtuResult

        MtuResult()