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

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

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

origin: whilu/LMBluetoothSdk

@Override
protected void onDestroy() {
  super.onDestroy();
  mBLEController.release();
}
co.lujun.lmbluetoothsdkBluetoothLEControllerrelease

Popular methods of BluetoothLEController

  • <init>
  • build
    Build this instance.
  • cancelScan
  • connect
  • disconnect
  • 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.
  • 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
  • compareTo (BigDecimal)
  • getContentResolver (Context)
  • startActivity (Activity)
  • HttpURLConnection (java.net)
    An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used to send and receive d
  • NumberFormat (java.text)
    The abstract base class for all number formats. This class provides the interface for formatting and
  • SimpleDateFormat (java.text)
    Formats and parses dates in a locale-sensitive manner. Formatting turns a Date into a String, and pa
  • HashMap (java.util)
    HashMap is an implementation of Map. All optional operations are supported.All elements are permitte
  • Properties (java.util)
    A Properties object is a Hashtable where the keys and values must be Strings. Each property can have
  • Cipher (javax.crypto)
    This class provides access to implementations of cryptographic ciphers for encryption and decryption
  • Best IntelliJ 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