OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TYPE_RFCOMM
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java
[
all
...]
BluetoothSocket.java
96
/*package*/ static final int
TYPE_RFCOMM
= 1;
106
private final int mType; /* one of
TYPE_RFCOMM
etc */
152
if (type == BluetoothSocket.
TYPE_RFCOMM
&& uuid == null && fd == -1) {
BluetoothAdapter.java
[
all
...]
Completed in 52 milliseconds