List of usage examples for android.bluetooth BluetoothAdapter.LeScanCallback interface-usage
From source file com.megster.cordova.rfduino.RFduinoPlugin.java
public class RFduinoPlugin extends CordovaPlugin implements BluetoothAdapter.LeScanCallback { // actions private static final String DISCOVER = "discover"; private static final String LIST = "list";
From source file com.megster.cordova.ble.central.BLECentralPlugin.java
public class BLECentralPlugin extends CordovaPlugin implements BluetoothAdapter.LeScanCallback { // actions private static final String SCAN = "scan"; private static final String START_SCAN = "startScan"; private static final String STOP_SCAN = "stopScan";
From source file net.emilymaier.movebot.HeartFragment.java
/** * Fragment for the heart rate monitor. */ public class HeartFragment extends Fragment implements View.OnClickListener, BluetoothAdapter.LeScanCallback { private class NoBluetoothDialogFragment extends DialogFragment { @Override