Home
last modified time | relevance | path

Searched refs:getLeState (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothAdapter.java637 final int state = getLeState(); in isLeEnabled()
702 int state = getLeState(); in disableBLE()
843 public int getLeState() { in getLeState() method in BluetoothAdapter
862 if(getLeState() == STATE_ON) in getLeAccess()
865 else if (getLeState() == STATE_BLE_ON) in getLeAccess()