Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothAdapter.java2380 public BluetoothServerSocket listenUsingRfcommOn(int channel) throws IOException { in listenUsingRfcommOn()
2405 public BluetoothServerSocket listenUsingRfcommOn(int channel, boolean mitm, in listenUsingRfcommOn()
2407 BluetoothServerSocket socket = in listenUsingRfcommOn()
2408 new BluetoothServerSocket(BluetoothSocket.TYPE_RFCOMM, true, true, channel, mitm, in listenUsingRfcommOn()
2446 public BluetoothServerSocket listenUsingRfcommWithServiceRecord(String name, UUID uuid) in listenUsingRfcommWithServiceRecord()
2478 public BluetoothServerSocket listenUsingInsecureRfcommWithServiceRecord(String name, UUID uuid) in listenUsingInsecureRfcommWithServiceRecord()
2518 public BluetoothServerSocket listenUsingEncryptedRfcommWithServiceRecord(String name, UUID uuid) in listenUsingEncryptedRfcommWithServiceRecord()
2524 private BluetoothServerSocket createNewRfcommSocketAndRecord(String name, UUID uuid, in createNewRfcommSocketAndRecord()
2526 BluetoothServerSocket socket; in createNewRfcommSocketAndRecord()
2527 socket = new BluetoothServerSocket(BluetoothSocket.TYPE_RFCOMM, auth, encrypt, in createNewRfcommSocketAndRecord()
[all …]
DBluetoothServerSocket.java76 public final class BluetoothServerSocket implements Closeable { class
97 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, int port) in BluetoothServerSocket() method in BluetoothServerSocket
118 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, int port, in BluetoothServerSocket() method in BluetoothServerSocket
139 /*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/
Dboot-image-profile.txt32783 Landroid/bluetooth/BluetoothServerSocket;
41133 …bluetooth/BluetoothAdapter;->listenUsingInsecureL2capOn(I)Landroid/bluetooth/BluetoothServerSocket;
41134 …luetooth/BluetoothAdapter;->listenUsingInsecureRfcommOn(I)Landroid/bluetooth/BluetoothServerSocket;
41135 …android/bluetooth/BluetoothAdapter;->listenUsingL2capOn(I)Landroid/bluetooth/BluetoothServerSocket;
41136 …droid/bluetooth/BluetoothAdapter;->listenUsingL2capOn(IZZ)Landroid/bluetooth/BluetoothServerSocket;
41137 …ndroid/bluetooth/BluetoothAdapter;->listenUsingRfcommOn(I)Landroid/bluetooth/BluetoothServerSocket;
41138 …roid/bluetooth/BluetoothAdapter;->listenUsingRfcommOn(IZZ)Landroid/bluetooth/BluetoothServerSocket;
41167 HSPLandroid/bluetooth/BluetoothServerSocket;->accept(I)Landroid/bluetooth/BluetoothSocket;
41168 HSPLandroid/bluetooth/BluetoothServerSocket;->accept()Landroid/bluetooth/BluetoothSocket;
41169 HSPLandroid/bluetooth/BluetoothServerSocket;->getChannel()I
[all …]
Dpreloaded-classes692 android.bluetooth.BluetoothServerSocket
Dhiddenapi-greylist-max-o.txt9899 …fcommSocketAndRecord(Ljava/lang/String;Ljava/util/UUID;ZZ)Landroid/bluetooth/BluetoothServerSocket;
9912 …uetooth/BluetoothAdapter;->listenUsingEncryptedRfcommOn(I)Landroid/bluetooth/BluetoothServerSocket;
9913 …luetooth/BluetoothAdapter;->listenUsingInsecureL2capCoc(I)Landroid/bluetooth/BluetoothServerSocket;
9914 …bluetooth/BluetoothAdapter;->listenUsingInsecureL2capOn(I)Landroid/bluetooth/BluetoothServerSocket;
9915 …luetooth/BluetoothAdapter;->listenUsingInsecureRfcommOn(I)Landroid/bluetooth/BluetoothServerSocket;
9916 …ndroid/bluetooth/BluetoothAdapter;->listenUsingL2capCoc(I)Landroid/bluetooth/BluetoothServerSocket;
9917 Landroid/bluetooth/BluetoothAdapter;->listenUsingL2capOn(I)Landroid/bluetooth/BluetoothServerSocket;
9918 …droid/bluetooth/BluetoothAdapter;->listenUsingL2capOn(IZZ)Landroid/bluetooth/BluetoothServerSocket;
9919 …ndroid/bluetooth/BluetoothAdapter;->listenUsingRfcommOn(I)Landroid/bluetooth/BluetoothServerSocket;
9920 Landroid/bluetooth/BluetoothAdapter;->listenUsingScoOn()Landroid/bluetooth/BluetoothServerSocket;
[all …]
/frameworks/base/non-updatable-api/
Dcurrent.txt7986 …n(android.Manifest.permission.BLUETOOTH) public android.bluetooth.BluetoothServerSocket listenUsin…
7987 …n(android.Manifest.permission.BLUETOOTH) public android.bluetooth.BluetoothServerSocket listenUsin…
7988 …n(android.Manifest.permission.BLUETOOTH) public android.bluetooth.BluetoothServerSocket listenUsin…
7989 …n(android.Manifest.permission.BLUETOOTH) public android.bluetooth.BluetoothServerSocket listenUsin…
8780 public final class BluetoothServerSocket implements java.io.Closeable {
/frameworks/base/api/
Dcurrent.txt7986 …n(android.Manifest.permission.BLUETOOTH) public android.bluetooth.BluetoothServerSocket listenUsin…
7987 …n(android.Manifest.permission.BLUETOOTH) public android.bluetooth.BluetoothServerSocket listenUsin…
7988 …n(android.Manifest.permission.BLUETOOTH) public android.bluetooth.BluetoothServerSocket listenUsin…
7989 …n(android.Manifest.permission.BLUETOOTH) public android.bluetooth.BluetoothServerSocket listenUsin…
8780 public final class BluetoothServerSocket implements java.io.Closeable {
/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 {