Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
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()
DBluetoothServerSocket.java250 case BluetoothSocket.TYPE_L2CAP: { in toString()
DBluetoothDevice.java2222 return new BluetoothSocket(BluetoothSocket.TYPE_L2CAP, -1, true, true, this, channel, in createL2capSocket()
2246 return new BluetoothSocket(BluetoothSocket.TYPE_L2CAP, -1, false, false, this, channel, in createInsecureL2capSocket()
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()
/frameworks/base/core/api/
Dcurrent.txt9485 field public static final int TYPE_L2CAP = 3; // 0x3