Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothStatusCodes.java144 public static final int ERROR_DISCONNECT_REASON_TIMEOUT = 1104; field in BluetoothStatusCodes
H A DBluetoothAdapter.java4274 BluetoothStatusCodes.ERROR_DISCONNECT_REASON_TIMEOUT,
4297 case BluetoothStatusCodes.ERROR_DISCONNECT_REASON_TIMEOUT: in disconnectReasonText()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java3122 return BluetoothStatusCodes.ERROR_DISCONNECT_REASON_TIMEOUT; in hciToAndroidDisconnectReason()