Searched defs:TYPE_L2CAP (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothSocket.java102 public static final int TYPE_L2CAP = 3; field in class:BluetoothSocket
492 if(mType == TYPE_L2CAP)
531 if (mType == TYPE_L2CAP) {
618 * @return one of {@link #TYPE_RFCOMM}, {@link #TYPE_SCO} or {@link #TYPE_L2CAP}
666 if(mType == TYPE_L2CAP) {

Completed in 60 milliseconds