Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothDevice.java75 private static final int CONNECTION_STATE_DISCONNECTED = 0; field in BluetoothDevice
993 return sService.getConnectionState(this) != CONNECTION_STATE_DISCONNECTED; in isConnected()