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

  /frameworks/base/core/jni/
android_bluetooth_BluetoothSocket.cpp 39 ((t) == TYPE_RFCOMM ? "RFCOMM" : ((t) == TYPE_SCO ? "SCO" : "L2CAP"))
54 static const int TYPE_SCO = 2;
103 case TYPE_SCO:
202 case TYPE_SCO:
267 case TYPE_SCO:
337 case TYPE_SCO:
  /frameworks/base/core/java/android/bluetooth/
BluetoothSocket.java 80 /*package*/ static final int TYPE_SCO = 2;
BluetoothAdapter.java     [all...]
BluetoothDevice.java 769 return new BluetoothSocket(BluetoothSocket.TYPE_SCO, -1, true, true, this, -1, null);

Completed in 431 milliseconds