Searched defs:getLeState (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java637 final int state = getLeState();
702 int state = getLeState();
843 public int getLeState() { method in class:BluetoothAdapter
857 if (VDBG) Log.d(TAG,"getLeState() returning " + state);
862 if(getLeState() == STATE_ON)
865 else if (getLeState() == STATE_BLE_ON)

Completed in 29 milliseconds