Searched defs:BluetoothServerSocket (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothServerSocket.java | 68 public final class BluetoothServerSocket implements Closeable { class 85 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, int port) in BluetoothServerSocket() method in BluetoothServerSocket 105 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, int port, in BluetoothServerSocket() method in BluetoothServerSocket 125 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, ParcelUuid uuid) in BluetoothServerSocket() method in BluetoothServerSocket
|