Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothStatusCodes.java265 public static final int ERROR_DISCONNECT_REASON_REMOTE_REQUEST = 1101; field in BluetoothStatusCodes
DBluetoothAdapter.java4789 BluetoothStatusCodes.ERROR_DISCONNECT_REASON_REMOTE_REQUEST,
4809 case BluetoothStatusCodes.ERROR_DISCONNECT_REASON_REMOTE_REQUEST: in disconnectReasonToString()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java5650 return BluetoothStatusCodes.ERROR_DISCONNECT_REASON_REMOTE_REQUEST; in hciToAndroidDisconnectReason()
5652 return BluetoothStatusCodes.ERROR_DISCONNECT_REASON_REMOTE_REQUEST; in hciToAndroidDisconnectReason()