Package | Description |
---|---|
ej.bluetooth |
Contains Bluetooth classes.
|
Modifier and Type | Method and Description |
---|---|
static BluetoothScanFilter |
BluetoothScanFilter.fieldEquals(byte type,
byte[] data)
Creates a new scan filter.
|
static BluetoothScanFilter |
BluetoothScanFilter.fieldExists(byte type)
Creates a new scan filter.
|
static BluetoothScanFilter |
BluetoothScanFilter.fieldStartsWith(byte type,
byte[] data)
Creates a new scan filter.
|
static BluetoothScanFilter |
BluetoothScanFilter.noFilter()
Creates a new scan filter.
|
Modifier and Type | Method and Description |
---|---|
boolean |
BluetoothAdapter.startScanning(BluetoothScanFilter scanFilter)
Starts scanning.
|