Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothStatusCodes.java168 public static final int ERROR_DISCONNECT_REASON_SYSTEM_POLICY = 1106; field in BluetoothStatusCodes
H A DBluetoothAdapter.java4276 BluetoothStatusCodes.ERROR_DISCONNECT_REASON_SYSTEM_POLICY,
4301 case BluetoothStatusCodes.ERROR_DISCONNECT_REASON_SYSTEM_POLICY: in disconnectReasonText()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java3144 return BluetoothStatusCodes.ERROR_DISCONNECT_REASON_SYSTEM_POLICY; in hciToAndroidDisconnectReason()