Class AppearanceBleParser

  • All Implemented Interfaces:
    BleParser

    public class AppearanceBleParser
    extends java.lang.Object
    implements BleParser
    https://www.bluetooth.com/specifications/gatt/viewer?attributeXmlFile=org.bluetooth.characteristic.gap.appearance.xml
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String parse​(byte[] value)  
      • Methods inherited from class java.lang.Object

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

      • AppearanceBleParser

        public AppearanceBleParser()
    • Method Detail

      • parse

        public java.lang.String parse​(byte[] value)
        Specified by:
        parse in interface BleParser