Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothSocket.java101 public static final int TYPE_L2CAP = 3; field in BluetoothSocket
106 public static final int TYPE_L2CAP_BREDR = TYPE_L2CAP;
521 if ((mType == TYPE_L2CAP) || (mType == TYPE_L2CAP_LE)) { in read()
564 if ((mType == TYPE_L2CAP) || (mType == TYPE_L2CAP_LE)) { in write()
658 return TYPE_L2CAP; in getConnectionType()
741 if ((mType == TYPE_L2CAP) || (mType == TYPE_L2CAP_LE)) { in createL2capRxBuffer()
DBluetoothServerSocket.java251 case BluetoothSocket.TYPE_L2CAP: { in toString()
DBluetoothDevice.java1866 return new BluetoothSocket(BluetoothSocket.TYPE_L2CAP, -1, true, true, this, channel, in createL2capSocket()
1887 return new BluetoothSocket(BluetoothSocket.TYPE_L2CAP, -1, false, false, this, channel, in createInsecureL2capSocket()
DBluetoothAdapter.java2702 new BluetoothServerSocket(BluetoothSocket.TYPE_L2CAP, true, true, port, mitm, in listenUsingL2capOn()
2751 new BluetoothServerSocket(BluetoothSocket.TYPE_L2CAP, false, false, port, false, in listenUsingInsecureL2capOn()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/api/
Dcurrent.txt9102 field public static final int TYPE_L2CAP = 3; // 0x3