HomeSort by relevance Sort by last modified time
    Searched refs:nSap (Results 1 - 13 of 13) sorted by null

  /packages/apps/Nfc/src/com/android/nfc/
NativeLlcpSocket.java 43 public native boolean doConnect(int nSap);
NativeNfcManager.java 83 public native NativeLlcpConnectionlessSocket doCreateLlcpConnectionlessSocket(int nSap);
85 public native NativeLlcpServiceSocket doCreateLlcpServiceSocket(int nSap, String sn, int miu,
  /external/libnfc-nxp/src/
phFriNfc_LlcpTransport_Connectionless.h 63 * \param[in] nSap The destination SAP.
82 uint8_t nSap,
phFriNfc_LlcpTransport_Connection.h 193 * \param[in] nSap The destination SAP to connect to.
210 uint8_t nSap,
phFriNfc_LlcpTransport.c 549 uint8_t nSap)
563 else if(nSap<2 || nSap>63)
569 /* Test if the nSap it is useb by another socket */
572 if((pLlcpSocket->psTransport->pSocketTable[i].socket_sSap == nSap)
578 /* Set the nSap value of the socket */
579 pLlcpSocket->socket_sSap = nSap;
    [all...]
phFriNfc_LlcpTransport_Connectionless.c 155 * \param[in] nSap The destination SAP.
174 uint8_t nSap,
194 pLlcpSocket->sLlcpHeader.dsap = nSap;
phFriNfc_LlcpTransport.h 402 uint8_t nSap);
491 * \param[in] nSap The destination SAP to connect to.
507 uint8_t nSap,
    [all...]
phLibNfc_llcp.c 613 uint8_t nSap
635 result = phFriNfc_LlcpTransport_Bind(psSocket, nSap);
759 uint8_t nSap,
794 nSap,
1021 uint8_t nSap,
1057 nSap,
phLibNfc.h     [all...]
phFriNfc_Llcp.h 270 uint8_t nSap;
phFriNfc_LlcpTransport_Connection.c     [all...]
  /packages/apps/Nfc/jni/
com_android_nfc_NativeLlcpSocket.cpp 112 static jboolean com_android_nfc_NativeLlcpSocket_doConnect(JNIEnv *e, jobject o, jint nSap)
131 TRACE("phLibNfc_Llcp_Connect(%d)",nSap);
135 nSap,
141 LOGE("phLibNfc_Llcp_Connect(%d) returned 0x%04x[%s]", nSap, ret, nfc_jni_get_status_name(ret));
144 TRACE("phLibNfc_Llcp_Connect(%d) returned 0x%04x[%s]", nSap, ret, nfc_jni_get_status_name(ret));
com_android_nfc_NativeNfcManager.cpp     [all...]

Completed in 165 milliseconds