Package 

Enum ScanType

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum ScanType
    
                        

    scan type. you can choose which type of device to scan

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      SINGLE

      Point-to-point Bluetooth, Thing's Point-to-point Bluetooth.

      SINGLE_QR

      Thing's Point-to-point Bluetooth, only QR device will be scaned.

      MESH

      Thing self-developed Bluetooth Mesh.

      SIG_MESH

      Bluetooth Mesh of SIG

      NORMAL

      all surrounding ble device without parse. Not only includes Thing’s protocol

      THING_BEACON

      Thing's Beacon

    • Method Summary

      Modifier and Type Method Description
      static Array<ScanType> values()
      static ScanType valueOf(String name)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait