Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothSocket.java113 public static final int TYPE_L2CAP_LE = 4; field in BluetoothSocket
533 if ((mType == TYPE_L2CAP) || (mType == TYPE_L2CAP_LE)) { in read()
576 if ((mType == TYPE_L2CAP) || (mType == TYPE_L2CAP_LE)) { in write()
671 if (mType == TYPE_L2CAP_LE) { in getConnectionType()
759 if ((mType == TYPE_L2CAP) || (mType == TYPE_L2CAP_LE)) { in createL2capRxBuffer()
H A DBluetoothServerSocket.java254 case BluetoothSocket.TYPE_L2CAP_LE: { in toString()
H A DBluetoothDevice.java2594 return new BluetoothSocket(BluetoothSocket.TYPE_L2CAP_LE, -1, true, true, this, psm, in createL2capChannel()
2627 return new BluetoothSocket(BluetoothSocket.TYPE_L2CAP_LE, -1, false, false, this, psm, in createInsecureL2capChannel()
H A DBluetoothAdapter.java3895 new BluetoothServerSocket(BluetoothSocket.TYPE_L2CAP_LE, true, true, in listenUsingL2capChannel()
3943 new BluetoothServerSocket(BluetoothSocket.TYPE_L2CAP_LE, false, false, in listenUsingInsecureL2capChannel()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt10859 Landroid/bluetooth/BluetoothSocket;->TYPE_L2CAP_LE:I