Searched refs:TYPE_L2CAP (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothSocket.java | 101 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()
|
D | BluetoothServerSocket.java | 251 case BluetoothSocket.TYPE_L2CAP: { in toString()
|
D | BluetoothDevice.java | 1866 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()
|
D | BluetoothAdapter.java | 2702 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/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/base/api/ |
D | current.txt | 9102 field public static final int TYPE_L2CAP = 3; // 0x3
|