jar

org.korecky : bluetooth-client-hc06

Maven & Gradle

Sep 02, 2016

bluetooth-client-hc06 · Java library: Bluetooth client for HC06 module which is widely used in projects with Arduino boards

Table Of Contents

Latest Version

Download org.korecky : bluetooth-client-hc06 JAR file - Latest Versions:

All Versions

Download org.korecky : bluetooth-client-hc06 JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0
1.1
1.0

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-client-hc06-2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.korecky.bluetooth.client.hc06.listener

├─ org.korecky.bluetooth.client.hc06.listener.BluetoothScanEventListener.class - [JAR]

├─ org.korecky.bluetooth.client.hc06.listener.RFCommClientEventListener.class - [JAR]

org.korecky.bluetooth.client.hc06.enums

├─ org.korecky.bluetooth.client.hc06.enums.ServiceAttribute.class - [JAR]

├─ org.korecky.bluetooth.client.hc06.enums.ServiceUUID.class - [JAR]

org.korecky.bluetooth.client.hc06.entity

├─ org.korecky.bluetooth.client.hc06.entity.RFCommBluetoothDevice.class - [JAR]

org.korecky.bluetooth.client.hc06

├─ org.korecky.bluetooth.client.hc06.BluetoothScanThread.class - [JAR]

├─ org.korecky.bluetooth.client.hc06.RFCommClientThread.class - [JAR]

org.korecky.bluetooth.client.hc06.event

├─ org.korecky.bluetooth.client.hc06.event.ErrorEvent.class - [JAR]

├─ org.korecky.bluetooth.client.hc06.event.MessageReceivedEvent.class - [JAR]

├─ org.korecky.bluetooth.client.hc06.event.ProgressUpdatedEvent.class - [JAR]

├─ org.korecky.bluetooth.client.hc06.event.ScanFinishedEvent.class - [JAR]