public class BluetoothScanFilter extends Object
| Modifier and Type | Method and Description |
|---|---|
static BluetoothScanFilter |
fieldEquals(byte type,
byte[] data) |
static BluetoothScanFilter |
fieldExists(byte type) |
static BluetoothScanFilter |
fieldStartsWith(byte type,
byte[] data) |
byte |
getAction()
Not in API.
|
byte[] |
getData()
Not in API.
|
byte |
getType()
Not in API.
|
static BluetoothScanFilter |
noFilter() |
public static BluetoothScanFilter fieldEquals(byte type, byte[] data)
public static BluetoothScanFilter fieldExists(byte type)
public static BluetoothScanFilter fieldStartsWith(byte type, byte[] data)
public byte getAction()
public byte[] getData()
public byte getType()
public static BluetoothScanFilter noFilter()