D | BluetoothSocket.java | 85 public final class BluetoothSocket implements Closeable { class 178 /*package*/ BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, in BluetoothSocket() method in BluetoothSocket 198 /*package*/ BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, in BluetoothSocket() method in BluetoothSocket 202 if (type == BluetoothSocket.TYPE_RFCOMM && uuid == null && fd == -1 in BluetoothSocket() 235 private BluetoothSocket(BluetoothSocket s) { in BluetoothSocket() method in BluetoothSocket 253 private BluetoothSocket acceptSocket(String remoteAddr) throws IOException { in acceptSocket() 254 BluetoothSocket as = new BluetoothSocket(this); in acceptSocket() 285 private BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, String address, in BluetoothSocket() method in BluetoothSocket 490 /*package*/ BluetoothSocket accept(int timeout) throws IOException { in accept() 491 BluetoothSocket acceptedSocket; in accept()
|