Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothStatusCodes.java189 public static final int ERROR_DISCONNECT_REASON_CONNECTION_ALREADY_EXISTS = 1108; field in BluetoothStatusCodes
DBluetoothAdapter.java4278 BluetoothStatusCodes.ERROR_DISCONNECT_REASON_CONNECTION_ALREADY_EXISTS,
4305 case BluetoothStatusCodes.ERROR_DISCONNECT_REASON_CONNECTION_ALREADY_EXISTS: in disconnectReasonText()