public enum AdvertisingReportAddressType extends java.lang.Enum<AdvertisingReportAddressType>
| Enum Constant and Description |
|---|
PUBLIC |
PUBLIC_IDENTITY |
RANDOM |
RANDOM_IDENTITY |
UNRESOLVED |
| Modifier and Type | Method and Description |
|---|---|
byte |
getEventTypeCode() |
static AdvertisingReportAddressType |
valueOf(byte address) |
static AdvertisingReportAddressType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AdvertisingReportAddressType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdvertisingReportAddressType PUBLIC
public static final AdvertisingReportAddressType RANDOM
public static final AdvertisingReportAddressType PUBLIC_IDENTITY
public static final AdvertisingReportAddressType RANDOM_IDENTITY
public static final AdvertisingReportAddressType UNRESOLVED
public static AdvertisingReportAddressType[] values()
for (AdvertisingReportAddressType c : AdvertisingReportAddressType.values()) System.out.println(c);
public static AdvertisingReportAddressType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic byte getEventTypeCode()
public static AdvertisingReportAddressType valueOf(byte address)