Package ej.bluetooth

Class BluetoothUuid


  • public class BluetoothUuid
    extends java.lang.Object
    • Constructor Detail

      • BluetoothUuid

        public BluetoothUuid​(byte[] bytes,
                             int offset)
      • BluetoothUuid

        public BluetoothUuid​(java.lang.String string)
      • BluetoothUuid

        public BluetoothUuid​(int value)
      • BluetoothUuid

        public BluetoothUuid​(BluetoothUuid uuid)
        Not in API.
    • Method Detail

      • getBytes

        public void getBytes​(byte[] buffer,
                             int offset)
      • is16Bit

        public boolean is16Bit()
      • get16BitValue

        public short get16BitValue()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(@Nullable
                              java.lang.Object object)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object