Package ej.bluetooth.util
Class AdvertisementFlags
- java.lang.Object
-
- ej.bluetooth.util.AdvertisementFlags
-
public class AdvertisementFlags extends java.lang.ObjectTheAdvertisementFlagsclass enumerates the values for advertising data flags.Multiple flags may be combined to create a set of advertising data flags.
Refer to «Core Specification Supplement Part A, 1.3 Flags».
-
-
Field Summary
Fields Modifier and Type Field Description static byteBR_EDR_NOT_SUPPORTEDBR/EDR Not Supported.static byteLE_BR_EDR_CONTROLLERSimultaneous LE and BR/EDR to Same Device Capable (Controller).static byteLE_BR_EDR_HOSTSimultaneous LE and BR/EDR to Same Device Capable (Host).static byteLE_GENERAL_DISC_MODEGeneral Discoverable Mode.static byteLE_LIMITED_DISC_MODELimited Discoverable Mode.
-
-
-
Field Detail
-
LE_LIMITED_DISC_MODE
public static final byte LE_LIMITED_DISC_MODE
Limited Discoverable Mode.- See Also:
- Constant Field Values
-
LE_GENERAL_DISC_MODE
public static final byte LE_GENERAL_DISC_MODE
General Discoverable Mode.- See Also:
- Constant Field Values
-
BR_EDR_NOT_SUPPORTED
public static final byte BR_EDR_NOT_SUPPORTED
BR/EDR Not Supported.- See Also:
- Constant Field Values
-
LE_BR_EDR_CONTROLLER
public static final byte LE_BR_EDR_CONTROLLER
Simultaneous LE and BR/EDR to Same Device Capable (Controller).- See Also:
- Constant Field Values
-
LE_BR_EDR_HOST
public static final byte LE_BR_EDR_HOST
Simultaneous LE and BR/EDR to Same Device Capable (Host).- See Also:
- Constant Field Values
-
-