Home
last modified time | relevance | path

Searched refs:TYPE_L2CAP (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/
H A DBluetoothObexTransport.java100 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 DBluetoothSocket.java103 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 DBluetoothServerSocket.java250 case BluetoothSocket.TYPE_L2CAP: { in toString()
H A DBluetoothDevice.java2225 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 DBluetoothAdapter.java2903 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 Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt9492 field public static final int TYPE_L2CAP = 3; // 0x3