Searched refs:TYPE_L2CAP (Results 1 – 7 of 7) sorted by relevance
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/ |
H A D | BluetoothObexTransport.java | 100 if (mSocket.getConnectionType() != BluetoothSocket.TYPE_L2CAP) { in getMaxTransmitPacketSize() 108 if (mSocket.getConnectionType() != BluetoothSocket.TYPE_L2CAP) { in getMaxReceivePacketSize() 123 if (mSocket.getConnectionType() == BluetoothSocket.TYPE_L2CAP) { in isSrmSupported()
|
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothSocket.java | 103 public static final int TYPE_L2CAP = 3; field in BluetoothSocket 108 public static final int TYPE_L2CAP_BREDR = TYPE_L2CAP; 533 if ((mType == TYPE_L2CAP) || (mType == TYPE_L2CAP_LE)) { in read() 576 if ((mType == TYPE_L2CAP) || (mType == TYPE_L2CAP_LE)) { in write() 673 return TYPE_L2CAP; in getConnectionType() 759 if ((mType == TYPE_L2CAP) || (mType == TYPE_L2CAP_LE)) { in createL2capRxBuffer()
|
H A D | BluetoothServerSocket.java | 250 case BluetoothSocket.TYPE_L2CAP: { in toString()
|
H A D | BluetoothDevice.java | 2225 return new BluetoothSocket(BluetoothSocket.TYPE_L2CAP, -1, true, true, this, channel, in createL2capSocket() 2249 return new BluetoothSocket(BluetoothSocket.TYPE_L2CAP, -1, false, false, this, channel, in createInsecureL2capSocket()
|
H A D | BluetoothAdapter.java | 2903 new BluetoothServerSocket(BluetoothSocket.TYPE_L2CAP, true, true, port, mitm, in listenUsingL2capOn() 2955 new BluetoothServerSocket(BluetoothSocket.TYPE_L2CAP, false, false, port, false, in listenUsingInsecureL2capOn()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 9492 field public static final int TYPE_L2CAP = 3; // 0x3
|