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 40 ((t) == TYPE_RFCOMM ? "RFCOMM" : ((t) == TYPE_SCO ? "SCO" : "L2CAP"))
55 static const int TYPE_SCO = 2;
107 case TYPE_SCO:
207 case TYPE_SCO:
292 case TYPE_SCO:
362 case TYPE_SCO:
  /frameworks/base/core/java/android/bluetooth/
BluetoothSocket.java 86 /*package*/ static final int TYPE_SCO = 2;
BluetoothDevice.java     [all...]
BluetoothAdapter.java     [all...]

Completed in 4479 milliseconds