D | BluetoothSocket.java | 84 public final class BluetoothSocket implements Closeable { class 173 /*package*/ BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, in BluetoothSocket() method in BluetoothSocket 193 /*package*/ BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, in BluetoothSocket() method in BluetoothSocket 197 if (type == BluetoothSocket.TYPE_RFCOMM && uuid == null && fd == -1 in BluetoothSocket() 230 private BluetoothSocket(BluetoothSocket s) { in BluetoothSocket() method in BluetoothSocket 248 private BluetoothSocket acceptSocket(String remoteAddr) throws IOException { in acceptSocket() 249 BluetoothSocket as = new BluetoothSocket(this); in acceptSocket() 280 private BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, String address, in BluetoothSocket() method in BluetoothSocket 485 /*package*/ BluetoothSocket accept(int timeout) throws IOException { in accept() 486 BluetoothSocket acceptedSocket; in accept()
|