OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/
BluetoothDevice.java
713
return new BluetoothSocket(BluetoothSocket.
TYPE_SCO
, -1, true, true, this, -1, null);
BluetoothSocket.java
80
/*package*/ static final int
TYPE_SCO
= 2;
BluetoothAdapter.java
[
all
...]
Completed in 153 milliseconds