public class BLEScanner
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
BLEScanner.BluetoothDeviceAdapter |
class |
BLEScanner.BluetoothDeviceAdpaterBeforeLollipop |
class |
BLEScanner.BluetoothDeviceAdpaterFromLollipop |
Constructor and Description |
---|
BLEScanner(android.content.Context context) |
Modifier and Type | Method and Description |
---|---|
boolean |
isAvailable() |
boolean |
isEnabled() |
static boolean |
IsIoTizeBT(android.bluetooth.BluetoothDevice device,
byte[] scanRecord) |
void |
setOnDeviceDiscoveredCallback(<any> onDeviceDiscovered) |
void |
start() |
void |
stop() |
public void setOnDeviceDiscoveredCallback(<any> onDeviceDiscovered)
public void start()
public void stop()
public boolean isAvailable()
public boolean isEnabled()
public static boolean IsIoTizeBT(android.bluetooth.BluetoothDevice device, byte[] scanRecord)