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 491 if(mType == TYPE_L2CAP) in read() 530 if (mType == TYPE_L2CAP) { in write() 668 if(mType == TYPE_L2CAP) { in createL2capRxBuffer()
|
D | BluetoothServerSocket.java | 221 case BluetoothSocket.TYPE_L2CAP: in toString()
|
D | BluetoothDevice.java | 1388 return new BluetoothSocket(BluetoothSocket.TYPE_L2CAP, -1, true, true, this, channel, in createL2capSocket()
|
D | BluetoothAdapter.java | 1728 BluetoothSocket.TYPE_L2CAP, true, true, port, mitm, min16DigitPin); in listenUsingL2capOn()
|
/frameworks/base/api/ |
D | current.txt | 6985 field public static final int TYPE_L2CAP = 3; // 0x3
|
D | system-current.txt | 7205 field public static final int TYPE_L2CAP = 3; // 0x3
|