Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothAdapter.java727 final int state = getLeState(); in isLeEnabled()
762 int state = getLeState(); in disableBLE()
885 public int getLeState() { in getLeState() method in BluetoothAdapter
904 if (getLeState() == STATE_ON) in getLeAccess()
907 else if (getLeState() == STATE_BLE_ON) in getLeAccess()