Home
last modified time | relevance | path

Searched refs:doCreateLlcpSocket (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcManager.java252 private native NativeLlcpSocket doCreateLlcpSocket(int sap, int miu, int rw, in doCreateLlcpSocket() method in NativeNfcManager
257 LlcpSocket socket = doCreateLlcpSocket(sap, miu, rw, linearBufferLength); in createLlcpSocket()