HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_L2CAP_LE (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/bluetooth/
BluetoothServerSocket.java 246 case BluetoothSocket.TYPE_L2CAP_LE: {
247 sb.append("TYPE_L2CAP_LE");
BluetoothSocket.java 110 public static final int TYPE_L2CAP_LE = 4;
529 if ((mType == TYPE_L2CAP) || (mType == TYPE_L2CAP_LE)) {
572 if ((mType == TYPE_L2CAP) || (mType == TYPE_L2CAP_LE)) {
745 if ((mType == TYPE_L2CAP) || (mType == TYPE_L2CAP_LE)) {
BluetoothDevice.java     [all...]
BluetoothAdapter.java     [all...]

Completed in 121 milliseconds