Home | History | Annotate | Download | only in jni

Lines Matching refs:phLibNfc_RemoteDev_Connect

465    TRACE("phLibNfc_RemoteDev_Connect(RW)");
468 status = phLibNfc_RemoteDev_Connect(handle, nfc_jni_connect_callback,(void *)&cb_data);
472 LOGE("phLibNfc_RemoteDev_Connect(RW) returned 0x%04x[%s]", status, nfc_jni_get_status_name(status));
475 TRACE("phLibNfc_RemoteDev_Connect(RW) returned 0x%04x[%s]", status, nfc_jni_get_status_name(status));
486 TRACE("phLibNfc_RemoteDev_Connect() - Status code = %d", status);