Searched refs:BluetoothServerSocket (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothAdapter.java | 2159 public BluetoothServerSocket listenUsingRfcommOn(int channel) throws IOException { in listenUsingRfcommOn() 2184 public BluetoothServerSocket listenUsingRfcommOn(int channel, boolean mitm, in listenUsingRfcommOn() 2186 BluetoothServerSocket socket = in listenUsingRfcommOn() 2187 new BluetoothServerSocket(BluetoothSocket.TYPE_RFCOMM, true, true, channel, mitm, in listenUsingRfcommOn() 2225 public BluetoothServerSocket listenUsingRfcommWithServiceRecord(String name, UUID uuid) in listenUsingRfcommWithServiceRecord() 2257 public BluetoothServerSocket listenUsingInsecureRfcommWithServiceRecord(String name, UUID uuid) in listenUsingInsecureRfcommWithServiceRecord() 2297 public BluetoothServerSocket listenUsingEncryptedRfcommWithServiceRecord(String name, UUID uuid) in listenUsingEncryptedRfcommWithServiceRecord() 2303 private BluetoothServerSocket createNewRfcommSocketAndRecord(String name, UUID uuid, in createNewRfcommSocketAndRecord() 2305 BluetoothServerSocket socket; in createNewRfcommSocketAndRecord() 2306 socket = new BluetoothServerSocket(BluetoothSocket.TYPE_RFCOMM, auth, encrypt, in createNewRfcommSocketAndRecord() [all …]
|
D | BluetoothServerSocket.java | 76 public final class BluetoothServerSocket implements Closeable { class 96 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, int port) in BluetoothServerSocket() method in BluetoothServerSocket 117 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, int port, in BluetoothServerSocket() method in BluetoothServerSocket 138 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, ParcelUuid uuid) in BluetoothServerSocket() method in BluetoothServerSocket
|
/frameworks/base/core/tests/BTtraffic/src/com/android/google/experimental/bttraffic/ |
D | BTtraffic.java | 6 import android.bluetooth.BluetoothServerSocket; 179 BluetoothServerSocket serverSocket; in run()
|
/frameworks/base/config/ |
D | preloaded-classes | 692 android.bluetooth.BluetoothServerSocket
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |