Home
last modified time | relevance | path

Searched refs:BluetoothSocket (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothServerSocket.java72 /*package*/ final BluetoothSocket mSocket;
90 mSocket = new BluetoothSocket(type, -1, auth, encrypt, null, port, null); in BluetoothServerSocket()
112 mSocket = new BluetoothSocket(type, -1, auth, encrypt, null, port, null, mitm, in BluetoothServerSocket()
131 mSocket = new BluetoothSocket(type, -1, auth, encrypt, null, -1, uuid); in BluetoothServerSocket()
147 public BluetoothSocket accept() throws IOException { in accept()
161 public BluetoothSocket accept(int timeout) throws IOException { in accept()
238 case BluetoothSocket.TYPE_RFCOMM: { in toString()
242 case BluetoothSocket.TYPE_L2CAP: { in toString()
246 case BluetoothSocket.TYPE_L2CAP_LE: { in toString()
250 case BluetoothSocket.TYPE_SCO: { in toString()
DBluetoothDevice.java1584 public BluetoothSocket createRfcommSocket(int channel) throws IOException { in createRfcommSocket()
1589 return new BluetoothSocket(BluetoothSocket.TYPE_RFCOMM, -1, true, true, this, channel, in createRfcommSocket()
1618 public BluetoothSocket createL2capSocket(int channel) throws IOException { in createL2capSocket()
1619 return new BluetoothSocket(BluetoothSocket.TYPE_L2CAP, -1, true, true, this, channel, in createL2capSocket()
1639 public BluetoothSocket createInsecureL2capSocket(int channel) throws IOException { in createInsecureL2capSocket()
1640 return new BluetoothSocket(BluetoothSocket.TYPE_L2CAP, -1, false, false, this, channel, in createInsecureL2capSocket()
1675 public BluetoothSocket createRfcommSocketToServiceRecord(UUID uuid) throws IOException { in createRfcommSocketToServiceRecord()
1681 return new BluetoothSocket(BluetoothSocket.TYPE_RFCOMM, -1, true, true, this, -1, in createRfcommSocketToServiceRecord()
1713 public BluetoothSocket createInsecureRfcommSocketToServiceRecord(UUID uuid) throws IOException { in createInsecureRfcommSocketToServiceRecord()
1718 return new BluetoothSocket(BluetoothSocket.TYPE_RFCOMM, -1, false, false, this, -1, in createInsecureRfcommSocketToServiceRecord()
[all …]
DBluetoothSocket.java84 public final class BluetoothSocket implements Closeable { class
173 /*package*/ BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, in BluetoothSocket() method in BluetoothSocket
193 /*package*/ BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, in BluetoothSocket() method in BluetoothSocket
197 if (type == BluetoothSocket.TYPE_RFCOMM && uuid == null && fd == -1 in BluetoothSocket()
230 private BluetoothSocket(BluetoothSocket s) { in BluetoothSocket() method in BluetoothSocket
248 private BluetoothSocket acceptSocket(String remoteAddr) throws IOException { in acceptSocket()
249 BluetoothSocket as = new BluetoothSocket(this); in acceptSocket()
280 private BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, String address, in BluetoothSocket() method in BluetoothSocket
485 /*package*/ BluetoothSocket accept(int timeout) throws IOException { in accept()
486 BluetoothSocket acceptedSocket; in accept()
DBluetoothOutputStream.java30 private BluetoothSocket mSocket;
32 /*package*/ BluetoothOutputStream(BluetoothSocket s) { in BluetoothOutputStream()
DBluetoothInputStream.java30 private BluetoothSocket mSocket;
32 /*package*/ BluetoothInputStream(BluetoothSocket s) { in BluetoothInputStream()
DBluetoothAdapter.java1948 new BluetoothServerSocket(BluetoothSocket.TYPE_RFCOMM, true, true, channel, mitm, in listenUsingRfcommOn()
2066 socket = new BluetoothServerSocket(BluetoothSocket.TYPE_RFCOMM, auth, encrypt, in createNewRfcommSocketAndRecord()
2090 new BluetoothServerSocket(BluetoothSocket.TYPE_RFCOMM, false, false, port); in listenUsingInsecureRfcommOn()
2115 new BluetoothServerSocket(BluetoothSocket.TYPE_RFCOMM, false, true, port); in listenUsingEncryptedRfcommOn()
2140 new BluetoothServerSocket(BluetoothSocket.TYPE_SCO, false, false, -1); in listenUsingScoOn()
2168 new BluetoothServerSocket(BluetoothSocket.TYPE_L2CAP, true, true, port, mitm, in listenUsingL2capOn()
2217 new BluetoothServerSocket(BluetoothSocket.TYPE_L2CAP, false, false, port, false, in listenUsingInsecureL2capOn()
2821 new BluetoothServerSocket(BluetoothSocket.TYPE_L2CAP_LE, true, true, in listenUsingL2capCoc()
2871 new BluetoothServerSocket(BluetoothSocket.TYPE_L2CAP_LE, false, false, in listenUsingInsecureL2capCoc()
/frameworks/base/core/tests/BTtraffic/src/com/android/google/experimental/bttraffic/
DBTtraffic.java7 import android.bluetooth.BluetoothSocket;
193 BluetoothSocket socket = null; in run()
280 BluetoothSocket socket = null; in run()
/frameworks/base/config/
Dhiddenapi-light-greylist.txt1134 …ndroid/bluetooth/BluetoothDevice;->createInsecureRfcommSocket(I)Landroid/bluetooth/BluetoothSocket;
1135 Landroid/bluetooth/BluetoothDevice;->createRfcommSocket(I)Landroid/bluetooth/BluetoothSocket;
1136 Landroid/bluetooth/BluetoothDevice;->createScoSocket()Landroid/bluetooth/BluetoothSocket;
1221 Landroid/bluetooth/BluetoothServerSocket;->mSocket:Landroid/bluetooth/BluetoothSocket;
1222 Landroid/bluetooth/BluetoothSocket;->EADDRINUSE:I
1223 Landroid/bluetooth/BluetoothSocket;->flush()V
1224 Landroid/bluetooth/BluetoothSocket;->mPfd:Landroid/os/ParcelFileDescriptor;
1225 Landroid/bluetooth/BluetoothSocket;->mPort:I
1226 Landroid/bluetooth/BluetoothSocket;->mSocket:Landroid/net/LocalSocket;
Dpreloaded-classes602 android.bluetooth.BluetoothSocket
603 android.bluetooth.BluetoothSocket$SocketState
Dboot-image-profile.txt1287 HPLandroid/bluetooth/BluetoothSocket;-><init>(Landroid/bluetooth/BluetoothSocket;)V
1288 HPLandroid/bluetooth/BluetoothSocket;->acceptSocket(Ljava/lang/String;)Landroid/bluetooth/Bluetooth…
1289 HPLandroid/bluetooth/BluetoothSocket;->close()V
1290 HPLandroid/bluetooth/BluetoothSocket;->convertAddr([B)Ljava/lang/String;
1291 HPLandroid/bluetooth/BluetoothSocket;->finalize()V
1292 HPLandroid/bluetooth/BluetoothSocket;->getInputStream()Ljava/io/InputStream;
1293 HPLandroid/bluetooth/BluetoothSocket;->getOutputStream()Ljava/io/OutputStream;
1294 HPLandroid/bluetooth/BluetoothSocket;->getRemoteDevice()Landroid/bluetooth/BluetoothDevice;
16538 HSPLandroid/bluetooth/BluetoothServerSocket;->accept()Landroid/bluetooth/BluetoothSocket;
16541 HSPLandroid/bluetooth/BluetoothSocket$SocketState;-><init>(Ljava/lang/String;I)V
[all …]
Dhiddenapi-public-dex.txt5440 …ce;->createInsecureRfcommSocketToServiceRecord(Ljava/util/UUID;)Landroid/bluetooth/BluetoothSocket;
5441 …oothDevice;->createRfcommSocketToServiceRecord(Ljava/util/UUID;)Landroid/bluetooth/BluetoothSocket;
5818 Landroid/bluetooth/BluetoothServerSocket;->accept()Landroid/bluetooth/BluetoothSocket;
5819 Landroid/bluetooth/BluetoothServerSocket;->accept(I)Landroid/bluetooth/BluetoothSocket;
5822 Landroid/bluetooth/BluetoothSocket;
5823 Landroid/bluetooth/BluetoothSocket;->close()V
5824 Landroid/bluetooth/BluetoothSocket;->connect()V
5825 Landroid/bluetooth/BluetoothSocket;->finalize()V
5826 Landroid/bluetooth/BluetoothSocket;->getConnectionType()I
5827 Landroid/bluetooth/BluetoothSocket;->getInputStream()Ljava/io/InputStream;
[all …]
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt6194 …method public android.bluetooth.BluetoothSocket createInsecureRfcommSocketToServiceRecord(java.uti…
6195 …method public android.bluetooth.BluetoothSocket createRfcommSocketToServiceRecord(java.util.UUID) …
6500 method public android.bluetooth.BluetoothSocket accept() throws java.io.IOException;
6501 method public android.bluetooth.BluetoothSocket accept(int) throws java.io.IOException;
6505 public final class BluetoothSocket implements java.io.Closeable {
/frameworks/base/api/
Dcurrent.txt8069 …method public android.bluetooth.BluetoothSocket createInsecureRfcommSocketToServiceRecord(java.uti…
8070 …method public android.bluetooth.BluetoothSocket createRfcommSocketToServiceRecord(java.util.UUID) …
8482 method public android.bluetooth.BluetoothSocket accept() throws java.io.IOException;
8483 method public android.bluetooth.BluetoothSocket accept(int) throws java.io.IOException;
8487 public final class BluetoothSocket implements java.io.Closeable {