Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothAdapter.java1921 public BluetoothServerSocket listenUsingRfcommOn(int channel) throws IOException { in listenUsingRfcommOn()
1945 public BluetoothServerSocket listenUsingRfcommOn(int channel, boolean mitm, in listenUsingRfcommOn()
1947 BluetoothServerSocket socket = in listenUsingRfcommOn()
1948 new BluetoothServerSocket(BluetoothSocket.TYPE_RFCOMM, true, true, channel, mitm, in listenUsingRfcommOn()
1986 public BluetoothServerSocket listenUsingRfcommWithServiceRecord(String name, UUID uuid) in listenUsingRfcommWithServiceRecord()
2018 public BluetoothServerSocket listenUsingInsecureRfcommWithServiceRecord(String name, UUID uuid) in listenUsingInsecureRfcommWithServiceRecord()
2057 public BluetoothServerSocket listenUsingEncryptedRfcommWithServiceRecord(String name, UUID uuid) in listenUsingEncryptedRfcommWithServiceRecord()
2063 private BluetoothServerSocket createNewRfcommSocketAndRecord(String name, UUID uuid, in createNewRfcommSocketAndRecord()
2065 BluetoothServerSocket socket; in createNewRfcommSocketAndRecord()
2066 socket = new BluetoothServerSocket(BluetoothSocket.TYPE_RFCOMM, auth, encrypt, in createNewRfcommSocketAndRecord()
[all …]
DBluetoothServerSocket.java68 public final class BluetoothServerSocket implements Closeable { class
87 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, int port) in BluetoothServerSocket() method in BluetoothServerSocket
108 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, int port, in BluetoothServerSocket() method in BluetoothServerSocket
129 /*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/
Dhiddenapi-light-greylist.txt1074 …fcommWithServiceRecord(Ljava/lang/String;Ljava/util/UUID;)Landroid/bluetooth/BluetoothServerSocket;
1075 …roid/bluetooth/BluetoothAdapter;->listenUsingRfcommOn(IZZ)Landroid/bluetooth/BluetoothServerSocket;
1221 Landroid/bluetooth/BluetoothServerSocket;->mSocket:Landroid/bluetooth/BluetoothSocket;
Dpreloaded-classes601 android.bluetooth.BluetoothServerSocket
Dboot-image-profile.txt1285 HPLandroid/bluetooth/BluetoothServerSocket;->close()V
1286 HPLandroid/bluetooth/BluetoothServerSocket;->toString()Ljava/lang/String;
16437 …fcommSocketAndRecord(Ljava/lang/String;Ljava/util/UUID;ZZ)Landroid/bluetooth/BluetoothServerSocket;
16450 …bluetooth/BluetoothAdapter;->listenUsingInsecureL2capOn(I)Landroid/bluetooth/BluetoothServerSocket;
16451 …luetooth/BluetoothAdapter;->listenUsingInsecureRfcommOn(I)Landroid/bluetooth/BluetoothServerSocket;
16452 …android/bluetooth/BluetoothAdapter;->listenUsingL2capOn(I)Landroid/bluetooth/BluetoothServerSocket;
16453 …droid/bluetooth/BluetoothAdapter;->listenUsingL2capOn(IZZ)Landroid/bluetooth/BluetoothServerSocket;
16454 …ndroid/bluetooth/BluetoothAdapter;->listenUsingRfcommOn(I)Landroid/bluetooth/BluetoothServerSocket;
16455 …roid/bluetooth/BluetoothAdapter;->listenUsingRfcommOn(IZZ)Landroid/bluetooth/BluetoothServerSocket;
16456 …fcommWithServiceRecord(Ljava/lang/String;Ljava/util/UUID;)Landroid/bluetooth/BluetoothServerSocket;
[all …]
Dhiddenapi-public-dex.txt5086 …fcommWithServiceRecord(Ljava/lang/String;Ljava/util/UUID;)Landroid/bluetooth/BluetoothServerSocket;
5087 …fcommWithServiceRecord(Ljava/lang/String;Ljava/util/UUID;)Landroid/bluetooth/BluetoothServerSocket;
5817 Landroid/bluetooth/BluetoothServerSocket;
5818 Landroid/bluetooth/BluetoothServerSocket;->accept()Landroid/bluetooth/BluetoothSocket;
5819 Landroid/bluetooth/BluetoothServerSocket;->accept(I)Landroid/bluetooth/BluetoothSocket;
5820 Landroid/bluetooth/BluetoothServerSocket;->close()V
5821 Landroid/bluetooth/BluetoothServerSocket;->toString()Ljava/lang/String;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt5829 …method public android.bluetooth.BluetoothServerSocket listenUsingInsecureRfcommWithServiceRecord(j…
5830 …method public android.bluetooth.BluetoothServerSocket listenUsingRfcommWithServiceRecord(java.lang…
6499 public final class BluetoothServerSocket implements java.io.Closeable {
/frameworks/base/api/
Dcurrent.txt7701 …method public android.bluetooth.BluetoothServerSocket listenUsingInsecureRfcommWithServiceRecord(j…
7702 …method public android.bluetooth.BluetoothServerSocket listenUsingRfcommWithServiceRecord(java.lang…
8481 public final class BluetoothServerSocket implements java.io.Closeable {