Home
last modified time | relevance | path

Searched refs:BluetoothServerSocket (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothAdapter.java2159 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 …]
DBluetoothServerSocket.java76 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/
DBTtraffic.java6 import android.bluetooth.BluetoothServerSocket;
179 BluetoothServerSocket serverSocket; in run()
/frameworks/base/config/
Dpreloaded-classes692 android.bluetooth.BluetoothServerSocket
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...