Searched refs:enableBLE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java733 * Turns off Bluetooth LE which was earlier turned on by calling enableBLE().
779 * Applications who want to only use Bluetooth Low Energy (BLE) can call enableBLE.
781 * enableBLE registers the existence of an app using only LE functions.
783 * enableBLE may enable Bluetooth to an LE only mode so that an app can use
811 public boolean enableBLE() { method in class:BluetoothAdapter
818 if (DBG) Log.d(TAG, "enableBLE(): Bluetooth already enabled");
821 if (DBG) Log.d(TAG, "enableBLE(): Calling enable");

Completed in 161 milliseconds