Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothStatusCodes.java298 public static final int ERROR_DISCONNECT_REASON_TIMEOUT = 1104; field in BluetoothStatusCodes
DBluetoothAdapter.java4792 BluetoothStatusCodes.ERROR_DISCONNECT_REASON_TIMEOUT,
4815 case BluetoothStatusCodes.ERROR_DISCONNECT_REASON_TIMEOUT: in disconnectReasonToString()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java5624 return BluetoothStatusCodes.ERROR_DISCONNECT_REASON_TIMEOUT; in hciToAndroidDisconnectReason()