Package ej.bluetooth
Class BluetoothScanFilter
- java.lang.Object
-
- ej.bluetooth.BluetoothScanFilter
-
public class BluetoothScanFilter extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BluetoothScanFilterfieldEquals(byte type, byte[] data)static BluetoothScanFilterfieldExists(byte type)static BluetoothScanFilterfieldStartsWith(byte type, byte[] data)bytegetAction()Not in API.byte[]getData()Not in API.bytegetType()Not in API.static BluetoothScanFilternoFilter()
-
-
-
Method Detail
-
noFilter
public static BluetoothScanFilter noFilter()
-
fieldExists
public static BluetoothScanFilter fieldExists(byte type)
-
fieldEquals
public static BluetoothScanFilter fieldEquals(byte type, byte[] data)
-
fieldStartsWith
public static BluetoothScanFilter fieldStartsWith(byte type, byte[] data)
-
getAction
public byte getAction()
Not in API.
-
getType
public byte getType()
Not in API.
-
getData
public byte[] getData()
Not in API.
-
-