D | BluetoothSocket.java | 78 public final class BluetoothSocket implements Closeable { class 130 /*package*/ BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, in BluetoothSocket() method in BluetoothSocket 132 if (type == BluetoothSocket.TYPE_RFCOMM && uuid == null && fd == -1) { in BluetoothSocket() 175 private BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, String address, in BluetoothSocket() method in BluetoothSocket 306 /*package*/ BluetoothSocket accept(int timeout) throws IOException { in accept() 311 BluetoothSocket acceptedSocket = acceptNative(timeout); in accept() 353 private native BluetoothSocket acceptNative(int timeout) throws IOException; in acceptNative()
|