Tabnine Logo
BluetoothLEController.disconnect
Code IndexAdd Tabnine to your IDE (free)

How to use
disconnect
method
in
co.lujun.lmbluetoothsdk.BluetoothLEController

Best Java code snippets using co.lujun.lmbluetoothsdk.BluetoothLEController.disconnect (Showing top 1 results out of 315)

origin: whilu/LMBluetoothSdk

  @Override
  public void onClick(View v) {
    mBLEController.disconnect();
  }
});
co.lujun.lmbluetoothsdkBluetoothLEControllerdisconnect

Popular methods of BluetoothLEController

  • <init>
  • build
    Build this instance.
  • cancelScan
  • connect
  • getInstance
    Get current instance as singleton.
  • isAvailable
  • isEnabled
  • isSupportBLE
    Check to determine whether BLE is supported on the device.
  • reConnect
    Reconnect a bluetooth device when the connection is lost.
  • release
  • scanFilters
    The actual implementation of the filtering for services
  • scanLeDevice
  • scanFilters,
  • scanLeDevice,
  • setBluetoothListener,
  • setReadCharacteristic,
  • setWriteCharacteristic,
  • startScan,
  • write

Popular in Java

  • Running tasks concurrently on multiple threads
  • runOnUiThread (Activity)
  • setContentView (Activity)
  • putExtra (Intent)
  • HttpURLConnection (java.net)
    An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used to send and receive d
  • List (java.util)
    An ordered collection (also known as a sequence). The user of this interface has precise control ove
  • UUID (java.util)
    UUID is an immutable representation of a 128-bit universally unique identifier (UUID). There are mul
  • AtomicInteger (java.util.concurrent.atomic)
    An int value that may be updated atomically. See the java.util.concurrent.atomic package specificati
  • Cipher (javax.crypto)
    This class provides access to implementations of cryptographic ciphers for encryption and decryption
  • JComboBox (javax.swing)
  • Top Sublime Text plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now