OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TYPE_RFCOMM
(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"))
52
/* Keep
TYPE_RFCOMM
etc in sync with BluetoothSocket.java */
53
static const int
TYPE_RFCOMM
= 1;
100
case
TYPE_RFCOMM
:
125
case
TYPE_RFCOMM
:
145
if (type ==
TYPE_RFCOMM
) {
191
case
TYPE_RFCOMM
:
257
case
TYPE_RFCOMM
:
330
case
TYPE_RFCOMM
:
/frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java
652
return new BluetoothSocket(BluetoothSocket.
TYPE_RFCOMM
, -1, true, true, this, channel,
679
return new BluetoothSocket(BluetoothSocket.
TYPE_RFCOMM
, -1, true, true, this, -1,
698
return new BluetoothSocket(BluetoothSocket.
TYPE_RFCOMM
, -1, false, false, this, port,
BluetoothAdapter.java
702
BluetoothSocket.
TYPE_RFCOMM
, true, true, channel);
750
BluetoothSocket.
TYPE_RFCOMM
, true, true, channel);
[
all
...]
BluetoothSocket.java
79
/*package*/ static final int
TYPE_RFCOMM
= 1;
86
private final int mType; /* one of
TYPE_RFCOMM
etc */
120
if (type == BluetoothSocket.
TYPE_RFCOMM
&& uuid == null && fd == -1) {
Completed in 93 milliseconds