Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothStatusCodes.java144 public static final int ERROR_DISCONNECT_REASON_TIMEOUT = 1104; field in BluetoothStatusCodes
DBluetoothAdapter.java4274 BluetoothStatusCodes.ERROR_DISCONNECT_REASON_TIMEOUT,
4297 case BluetoothStatusCodes.ERROR_DISCONNECT_REASON_TIMEOUT: in disconnectReasonText()