D | BluetoothSocket.java | 86 public final class BluetoothSocket implements Closeable { class 164 /*package*/ BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, in BluetoothSocket() method in BluetoothSocket 183 /*package*/ BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, in BluetoothSocket() method in BluetoothSocket 187 if (type == BluetoothSocket.TYPE_RFCOMM && uuid == null && fd == -1 in BluetoothSocket() 217 private BluetoothSocket(BluetoothSocket s) { in BluetoothSocket() method in BluetoothSocket 234 private BluetoothSocket acceptSocket(String RemoteAddr) throws IOException { in acceptSocket() 235 BluetoothSocket as = new BluetoothSocket(this); in acceptSocket() 264 private BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, String address, in BluetoothSocket() method in BluetoothSocket 456 /*package*/ BluetoothSocket accept(int timeout) throws IOException { in accept() 457 BluetoothSocket acceptedSocket; in accept()
|