public class AdvertisementFlags extends Object
AdvertisementFlags
class 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».
Modifier and Type | Field and Description |
---|---|
static byte |
BR_EDR_NOT_SUPPORTED
BR/EDR Not Supported.
|
static byte |
LE_BR_EDR_CONTROLLER
Simultaneous LE and BR/EDR to Same Device Capable (Controller).
|
static byte |
LE_BR_EDR_HOST
Simultaneous LE and BR/EDR to Same Device Capable (Host).
|
static byte |
LE_GENERAL_DISC_MODE
General Discoverable Mode.
|
static byte |
LE_LIMITED_DISC_MODE
Limited Discoverable Mode.
|
public static final byte BR_EDR_NOT_SUPPORTED
public static final byte LE_BR_EDR_CONTROLLER
public static final byte LE_BR_EDR_HOST
public static final byte LE_GENERAL_DISC_MODE
public static final byte LE_LIMITED_DISC_MODE