Class AdvertisementFlags


  • public class AdvertisementFlags
    extends java.lang.Object
    The 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».

    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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