jar

org.openhab : bluetooth-gatt-parser

Maven & Gradle

Jul 14, 2022
0 stars

org.openhab:bluetooth-gatt-parser · A simple library/framework to work with Bluetooth Smart (BLE) GATT services and characteristics.

Table Of Contents

Latest Version

Download org.openhab : bluetooth-gatt-parser JAR file - Latest Versions:

All Versions

Download org.openhab : bluetooth-gatt-parser JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window bluetooth-gatt-parser-2.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.openhab.bluetooth.gattparser.num

├─ org.openhab.bluetooth.gattparser.num.FloatingPointNumberFormatter.class - [JAR]

├─ org.openhab.bluetooth.gattparser.num.IEEE11073FloatingPointNumberFormatter.class - [JAR]

├─ org.openhab.bluetooth.gattparser.num.IEEE754FloatingPointNumberFormatter.class - [JAR]

├─ org.openhab.bluetooth.gattparser.num.RealNumberFormatter.class - [JAR]

├─ org.openhab.bluetooth.gattparser.num.TwosComplementNumberFormatter.class - [JAR]

org.openhab.bluetooth.gattparser.spec

├─ org.openhab.bluetooth.gattparser.spec.Bit.class - [JAR]

├─ org.openhab.bluetooth.gattparser.spec.BitField.class - [JAR]

├─ org.openhab.bluetooth.gattparser.spec.BluetoothGattSpecificationReader.class - [JAR]

├─ org.openhab.bluetooth.gattparser.spec.Characteristic.class - [JAR]

├─ org.openhab.bluetooth.gattparser.spec.CharacteristicAccess.class - [JAR]

├─ org.openhab.bluetooth.gattparser.spec.Characteristics.class - [JAR]

├─ org.openhab.bluetooth.gattparser.spec.Enumeration.class - [JAR]

├─ org.openhab.bluetooth.gattparser.spec.Enumerations.class - [JAR]

├─ org.openhab.bluetooth.gattparser.spec.Examples.class - [JAR]

├─ org.openhab.bluetooth.gattparser.spec.Field.class - [JAR]

├─ org.openhab.bluetooth.gattparser.spec.FieldFormat.class - [JAR]

├─ org.openhab.bluetooth.gattparser.spec.FieldType.class - [JAR]

├─ org.openhab.bluetooth.gattparser.spec.FlagUtils.class - [JAR]

├─ org.openhab.bluetooth.gattparser.spec.InformativeText.class - [JAR]

├─ org.openhab.bluetooth.gattparser.spec.Properties.class - [JAR]

├─ org.openhab.bluetooth.gattparser.spec.Reserved.class - [JAR]

├─ org.openhab.bluetooth.gattparser.spec.Service.class - [JAR]

├─ org.openhab.bluetooth.gattparser.spec.Value.class - [JAR]

org.openhab.bluetooth.gattparser

├─ org.openhab.bluetooth.gattparser.BluetoothGattParser.class - [JAR]

├─ org.openhab.bluetooth.gattparser.BluetoothGattParserFactory.class - [JAR]

├─ org.openhab.bluetooth.gattparser.CharacteristicFormatException.class - [JAR]

├─ org.openhab.bluetooth.gattparser.CharacteristicParser.class - [JAR]

├─ org.openhab.bluetooth.gattparser.FieldHolder.class - [JAR]

├─ org.openhab.bluetooth.gattparser.GattRequest.class - [JAR]

├─ org.openhab.bluetooth.gattparser.GattResponse.class - [JAR]

├─ org.openhab.bluetooth.gattparser.GenericCharacteristicParser.class - [JAR]