package com.blakequ.bluetooth_manager_lib.device; /** * ble device type */ public enum BeaconType { /** * not ibeacon device */ NOT_A_BEACON, /** * ibeacon device * */ IBEACON, }