Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothStatusCodes.java121 public static final int ERROR_DISCONNECT_REASON_LOCAL = 1102; field in BluetoothStatusCodes
H A DBluetoothAdapter.java4272 BluetoothStatusCodes.ERROR_DISCONNECT_REASON_LOCAL,
4293 case BluetoothStatusCodes.ERROR_DISCONNECT_REASON_LOCAL: in disconnectReasonText()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java3115 return BluetoothStatusCodes.ERROR_DISCONNECT_REASON_LOCAL; in hciToAndroidDisconnectReason()