Searched refs:TYPE_L2CAP (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothSocket.java | 102 public static final int TYPE_L2CAP = 3; field in BluetoothSocket 497 if(mType == TYPE_L2CAP) in read() 536 if (mType == TYPE_L2CAP) { in write() 669 if(mType == TYPE_L2CAP) { in createL2capRxBuffer()
|
D | BluetoothServerSocket.java | 221 case BluetoothSocket.TYPE_L2CAP: in toString()
|
D | BluetoothDevice.java | 1455 return new BluetoothSocket(BluetoothSocket.TYPE_L2CAP, -1, true, true, this, channel, in createL2capSocket() 1476 return new BluetoothSocket(BluetoothSocket.TYPE_L2CAP, -1, false, false, this, channel, in createInsecureL2capSocket()
|
D | BluetoothAdapter.java | 1934 BluetoothSocket.TYPE_L2CAP, true, true, port, mitm, min16DigitPin); in listenUsingL2capOn() 1977 BluetoothSocket.TYPE_L2CAP, false, false, port, false, false); in listenUsingInsecureL2capOn()
|
/frameworks/base/api/ |
D | current.txt | 7931 field public static final int TYPE_L2CAP = 3; // 0x3
|
D | system-current.txt | 8410 field public static final int TYPE_L2CAP = 3; // 0x3
|