Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
Classes | Public Member Functions | Public Attributes | List of all members
org.direct_bt.GAPFlags Class Reference

Bit mask of 'Extended Inquiry Response' (EIR) data fields, indicating a set of related data. More...

Collaboration diagram for org.direct_bt.GAPFlags:

Classes

enum  Bit
 Each enum represents a 'Extended Inquiry Response' (EIR) data field type bit. More...
 

Public Member Functions

 GAPFlags (final byte v)
 
boolean isSet (final Bit bit)
 
void set (final Bit bit)
 
String toString ()
 

Public Attributes

byte mask
 

Detailed Description

Bit mask of 'Extended Inquiry Response' (EIR) data fields, indicating a set of related data.

Since
2.5.3
See also
EInfoReport

Definition at line 35 of file GAPFlags.java.

Constructor & Destructor Documentation

◆ GAPFlags()

org.direct_bt.GAPFlags.GAPFlags ( final byte  v)

Definition at line 62 of file GAPFlags.java.

Member Function Documentation

◆ isSet()

boolean org.direct_bt.GAPFlags.isSet ( final Bit  bit)

Definition at line 66 of file GAPFlags.java.

Here is the caller graph for this function:

◆ set()

void org.direct_bt.GAPFlags.set ( final Bit  bit)

Definition at line 67 of file GAPFlags.java.

◆ toString()

String org.direct_bt.GAPFlags.toString ( )

Definition at line 70 of file GAPFlags.java.

Member Data Documentation

◆ mask

byte org.direct_bt.GAPFlags.mask

Definition at line 60 of file GAPFlags.java.


The documentation for this class was generated from the following file: