Package 

Class BleGattServiceData

  • All Implemented Interfaces:
    java.lang.Comparable

    
    public class BleGattServiceData
     implements Comparable
                        
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static Creator<BleGattServiceData> CREATOR
      private List<BleGattCharacterData> characters
    • Constructor Summary

      Constructors 
      Constructor Description
      BleGattServiceData(UUID uuid, List<BleGattCharacterData> characterDataList)
    • Method Summary

      Modifier and Type Method Description
      List<BleGattCharacterData> getCharacters()
      BleGattCharacterData getCharacters(UUID characterId)
      String toString()
      int compareTo(Object another)
      int describeContents()
      void writeToParcel(Parcel dest, int flags)
      static String format(String format, Array<Object> args)
      • Methods inherited from class java.lang.Object

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

      • BleGattServiceData

        BleGattServiceData(UUID uuid, List<BleGattCharacterData> characterDataList)