Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothDevice.java74 private static final int CONNECTION_STATE_CONNECTED = 1; field in BluetoothDevice
981 return sService.getConnectionState(this) > CONNECTION_STATE_CONNECTED; in isEncrypted()