HomeSort by relevance Sort by last modified time
    Searched full:snep (Results 1 - 25 of 27) sorted by null

1 2

  /packages/apps/Nfc/tests/src/com/android/nfc/snep/
SnepCustomClientTests.java 17 package com.android.nfc.snep;
21 import com.android.nfc.snep.SnepClient;
22 import com.android.nfc.snep.SnepMessage;
23 import com.android.nfc.snep.SnepServer;
33 * Tests connectivity to a custom SNEP server, using a physical NFC device.
SnepDefaultClientTests.java 17 package com.android.nfc.snep;
21 import com.android.nfc.snep.SnepClient;
22 import com.android.nfc.snep.SnepMessage;
23 import com.android.nfc.snep.SnepServer;
33 * Tests connectivity to a default SNEP server, using a physical NFC device.
SnepValidationServerTests.java 17 package com.android.nfc.snep;
21 import com.android.nfc.snep.SnepClient;
22 import com.android.nfc.snep.SnepMessage;
23 import com.android.nfc.snep.SnepServer;
36 * Uses the Android testing instrumentation framework to run a listening SNEP
41 static final String SERVICE_NAME = "urn:nfc:xsn:nfc-forum.org:snep-validation";
SnepBasicTests.java 17 package com.android.nfc.snep;
29 * Tests the SNEP cleint/server interfaces using a mock LLCP socket.
60 throw new IOException("Failed to retrieve SNEP message", e);
91 throw new IOException("Failed to retrieve SNEP message", e);
122 throw new IOException("Failed to retrieve SNEP message", e);
153 throw new IOException("Failed to retrieve SNEP message", e);
184 throw new IOException("Failed to retrieve SNEP message", e);
218 throw new IOException("Failed to retrieve SNEP message", e);
254 throw new IOException("Failed to retrieve SNEP message", e);
278 * A SNEP Server implementation that accepts PUT requests for all nde
    [all...]
SnepValidationClientTests.java 17 package com.android.nfc.snep;
21 import com.android.nfc.snep.SnepClient;
22 import com.android.nfc.snep.SnepMessage;
23 import com.android.nfc.snep.SnepServer;
33 * Tests connectivity to a custom SNEP server, using a physical NFC device.
  /external/libnfc-nci/src/nfa/include/
nfa_snep_api.h 22 * This is the public interface file for NFA SNEP, Broadcom's NFC
34 #define NFA_SNEP_VERSION 0x10 /* SNEP Version 1.0 */
54 /* NFA SNEP callback events */
68 #define NFA_SNEP_DEFAULT_SERVER_STARTED_EVT 0x0B /* SNEP default server is started */
69 #define NFA_SNEP_DEFAULT_SERVER_STOPPED_EVT 0x0C /* SNEP default server is stopped */
160 /* Union of all SNEP callback structures */
176 /* NFA SNEP callback */
191 ** Description This function is called to listen to SAP, 0x04 as SNEP default
192 ** server ("urn:nfc:sn:snep") on LLCP.
209 ** Description This function is called to stop SNEP default server on LLCP
    [all...]
nfa_api.h 97 #define NFA_HANDLE_GROUP_SNEP 0x0700 /* SNEP handles */
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_snep_int.h 22 * This is the private interface file for the NFA SNEP.
35 #define NFA_SNEP_DEFAULT_SERVER_SAP 0x04 /* SNEP default server SAP */
36 #define NFA_SNEP_HEADER_SIZE 6 /* SNEP header size */
37 #define NFA_SNEP_ACCEPT_LEN_SIZE 4 /* SNEP Acceptable Length size */
40 /* NFA SNEP events */
169 /* NFA SNEP service control block */
201 ** NFA SNEP control block
212 ** NFA SNEP default server control block
236 /* NFA SNEP control block */
244 /* NFA SNEP default server control block *
    [all...]
nfa_sys.h 43 NFA_ID_SNEP, /* SNEP sub-system */
  /packages/apps/Nfc/src/com/android/nfc/snep/
SnepException.java 17 package com.android.nfc.snep;
SnepMessenger.java 17 package com.android.nfc.snep;
72 throw new IOException("Invalid SNEP message", e);
117 throw new IOException("Error reading SNEP message.");
SnepServer.java 17 package com.android.nfc.snep;
42 public static final String DEFAULT_SERVICE_NAME = "urn:nfc:sn:snep";
145 if (DBG) Log.w(TAG, "Bad snep message", e);
SnepClient.java 17 package com.android.nfc.snep;
144 // Connect to the snep server on the remote side
SnepMessage.java 17 package com.android.nfc.snep;
  /packages/apps/Nfc/src/com/android/nfc/
P2pLinkManager.java 25 import com.android.nfc.snep.SnepClient;
26 import com.android.nfc.snep.SnepMessage;
27 import com.android.nfc.snep.SnepServer;
313 // we know for certain the other side has SNEP/handover.
316 // This will cause our SNEP connect to be delayed as well,
716 // try the (deprecated) SNEP GET implementation
781 if (DBG) Log.d(TAG, "Sending ndef via SNEP");
837 // The NFC Forum Default SNEP server is not allowed to respond to
838 // SNEP GET requests - see SNEP 1.0 TS section 6.1. However
    [all...]
  /external/libnfc-nci/src/nfc/include/
llcp_defs.h 128 #define LLCP_WKS_MASK_SNEP 0x0010 /* Simple NDEP Exchange Protocol "urn:nfc:sn:snep" */
135 #define LLCP_SAP_SNEP 0x04 /* Simple NDEP Exchange Protocol "urn:nfc:sn:snep" */
  /external/libnfc-nci/src/include/
nfc_target.h 620 #define NFA_SNEP_INCLUDED FALSE /* Android must use FALSE to exclude SNEP */
628 /* Max number of SNEP server/client and data link connection */
633 /* Max number data link connection of SNEP default server*/
638 /* MIU for SNEP */
643 /* Receiving Window for SNEP */
  /packages/apps/Nfc/nci/jni/
PeerToPeer.h 18 * Communicate with a peer using NFC-DEP, LLCP, SNEP.
40 ** Description: Communicate with a peer using NFC-DEP, LLCP, SNEP.
729 SyncEvent mSnepEvent; // To wait for SNEP completion
PeerToPeer.cpp 18 * Communicate with a peer using NFC-DEP, LLCP, SNEP.
47 const std::string P2pServer::sSnepServiceName ("urn:nfc:sn:snep");
    [all...]
  /external/bluetooth/bluedroid/main/
bte_logmsg.c 158 "bt-snep",
  /external/libnfc-nci/src/nfa/p2p/
nfa_p2p_main.c 614 ** deregister callback from NFA DM discovery if all of P2P/CHO/SNEP
  /external/libnfc-nci/src/nfa/dm/
nfa_dm_act.c     [all...]
nfa_dm_api.c 432 ** on NFA P2P/CHO/SNEP.
    [all...]
  /frameworks/base/core/java/android/nfc/
NfcAdapter.java     [all...]
  /frameworks/base/docs/html/guide/topics/connectivity/nfc/
nfc.jd     [all...]

Completed in 284 milliseconds

1 2