Searched refs:getLeState (Results 1 – 4 of 4) sorted by relevance
208 return adapter.getLeState() == BluetoothAdapter.STATE_ON; in isBluetoothOn()
97 && bluetoothAdapter.getLeState() == BluetoothAdapter.STATE_BLE_ON) { in CarTrustAgentUnlockDialogHelper()
879 final int state = getLeState(); in isLeEnabled()1035 public int getLeState() { in getLeState() method in BluetoothAdapter1056 if (getLeState() == STATE_ON) { in getLeAccess()1058 } else if (getLeState() == STATE_BLE_ON) { in getLeAccess()
41128 HSPLandroid/bluetooth/BluetoothAdapter;->getLeState()I