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

  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeLlcpSocket.cpp 386 TRACE("phLibNfc_Llcp_SocketGetRemoteOptions(MIU)");
388 ret = phLibNfc_Llcp_SocketGetRemoteOptions(hRemoteDevice,
394 TRACE("phLibNfc_Llcp_SocketGetRemoteOptions(MIU) returned 0x%04x[%s]", ret, nfc_jni_get_status_name(ret));
399 ALOGW("phLibNfc_Llcp_SocketGetRemoteOptions(MIU) returned 0x%04x[%s]", ret, nfc_jni_get_status_name(ret));
415 TRACE("phLibNfc_Llcp_SocketGetRemoteOptions(RW)");
417 ret = phLibNfc_Llcp_SocketGetRemoteOptions(hRemoteDevice,
423 TRACE("phLibNfc_Llcp_SocketGetRemoteOptions(RW) returned 0x%04x[%s]", ret, nfc_jni_get_status_name(ret));
428 ALOGW("phLibNfc_Llcp_SocketGetRemoteOptions(RW) returned 0x%04x[%s]", ret, nfc_jni_get_status_name(ret));
  /external/libnfc-nxp/src/
phLibNfc.h     [all...]
phLibNfc_llcp.c 641 NFCSTATUS phLibNfc_Llcp_SocketGetRemoteOptions( phLibNfc_Handle hRemoteDevice,
649 LLCP_PRINT("phLibNfc_Llcp_SocketGetRemoteOptions");
    [all...]

Completed in 109 milliseconds