Home
last modified time | relevance | path

Searched refs:BluetoothSocketException (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothSocket.java442 throw new BluetoothSocketException(BluetoothSocketException.BLUETOOTH_OFF_FAILURE); in connect()
446 throw new BluetoothSocketException(BluetoothSocketException.NULL_DEVICE); in connect()
449 throw new BluetoothSocketException(BluetoothSocketException.SOCKET_CLOSED); in connect()
454 throw new BluetoothSocketException(BluetoothSocketException.SOCKET_MANAGER_FAILURE); in connect()
460 throw new BluetoothSocketException(BluetoothSocketException.SOCKET_CLOSED); in connect()
463 throw new BluetoothSocketException( in connect()
464 BluetoothSocketException.UNIX_FILE_SOCKET_CREATION_FAILURE); in connect()
474 throw new BluetoothSocketException(errCode); in connect()
477 throw new BluetoothSocketException( in connect()
478 BluetoothSocketException.SOCKET_CONNECTION_FAILURE); in connect()
[all …]
DSocketMetrics.java130 case (BluetoothSocketException.NULL_DEVICE): in getL2capLeConnectStatusCode()
132 case (BluetoothSocketException.SOCKET_MANAGER_FAILURE): in getL2capLeConnectStatusCode()
134 case (BluetoothSocketException.SOCKET_CLOSED): in getL2capLeConnectStatusCode()
136 case (BluetoothSocketException.SOCKET_CONNECTION_FAILURE): in getL2capLeConnectStatusCode()
138 case (BluetoothSocketException.RPC_FAILURE): in getL2capLeConnectStatusCode()
140 case (BluetoothSocketException.UNIX_FILE_SOCKET_CREATION_FAILURE): in getL2capLeConnectStatusCode()
151 case (BluetoothSocketException.NULL_DEVICE): in getRfcommConnectStatusCode()
153 case (BluetoothSocketException.SOCKET_MANAGER_FAILURE): in getRfcommConnectStatusCode()
155 case (BluetoothSocketException.SOCKET_CLOSED): in getRfcommConnectStatusCode()
157 case (BluetoothSocketException.SOCKET_CONNECTION_FAILURE): in getRfcommConnectStatusCode()
[all …]
DBluetoothSocketException.java36 public class BluetoothSocketException extends IOException { class
201 public BluetoothSocketException(@ErrorCode int code, @NonNull String msg) { in BluetoothSocketException() method in BluetoothSocketException
212 public BluetoothSocketException(@ErrorCode int code) { in BluetoothSocketException() method in BluetoothSocketException
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt1087 public class BluetoothSocketException extends java.io.IOException {
1088 ctor public BluetoothSocketException(int, @NonNull String);
1089 ctor public BluetoothSocketException(int);