Class BleProfile

java.lang.Object
com.gluonhq.attach.ble.BleProfile

public class BleProfile extends Object
The profile describes a use case, roles and general behaviors based on the GATT functionality. A BleProfile or BleService is defined by an UUID, a type and a list of characteristics For more info about BLE see: https://www.bluetooth.com/specifications/generic-attributes-overview
See Also:
  • Constructor Details

    • BleProfile

      public BleProfile()
  • Method Details

    • getUuid

      public UUID getUuid()
    • setUuid

      public void setUuid(UUID uuid)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getCharacteristics

      public final javafx.collections.ObservableList<BleCharacteristic> getCharacteristics()
    • toString

      public String toString()
      Overrides:
      toString in class Object