OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DATA_LINK_TYPE_BLUETOOTH
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Nfc/src/com/android/nfc/beam/
BeamTransferRecord.java
26
public static int
DATA_LINK_TYPE_BLUETOOTH
= 0;
44
this.dataLinkType =
DATA_LINK_TYPE_BLUETOOTH
;
58
if (deviceType !=
DATA_LINK_TYPE_BLUETOOTH
) {
BeamTransferManager.java
90
static final int
DATA_LINK_TYPE_BLUETOOTH
= 1;
190
if (mDataLinkType == BeamTransferRecord.
DATA_LINK_TYPE_BLUETOOTH
) {
Completed in 47 milliseconds