Searched refs:TYPE_L2CAP (Results 1 – 5 of 5) 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; 535 if ((mType == TYPE_L2CAP) || (mType == TYPE_L2CAP_LE)) { in read() 578 if ((mType == TYPE_L2CAP) || (mType == TYPE_L2CAP_LE)) { in write() 672 return TYPE_L2CAP; in getConnectionType() 755 if ((mType == TYPE_L2CAP) || (mType == TYPE_L2CAP_LE)) { in createL2capRxBuffer()
|
D | BluetoothServerSocket.java | 250 case BluetoothSocket.TYPE_L2CAP: { in toString()
|
D | BluetoothDevice.java | 1861 return new BluetoothSocket(BluetoothSocket.TYPE_L2CAP, -1, true, true, this, channel, in createL2capSocket() 1882 return new BluetoothSocket(BluetoothSocket.TYPE_L2CAP, -1, false, false, this, channel, in createInsecureL2capSocket()
|
D | BluetoothAdapter.java | 2408 new BluetoothServerSocket(BluetoothSocket.TYPE_L2CAP, true, true, port, mitm, in listenUsingL2capOn() 2457 new BluetoothServerSocket(BluetoothSocket.TYPE_L2CAP, false, false, port, false, in listenUsingInsecureL2capOn()
|
/frameworks/base/api/ |
D | current.txt | 8792 field public static final int TYPE_L2CAP = 3; // 0x3
|