Home
last modified time | relevance | path

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

/aosp12/packages/apps/Nfc/src/com/android/nfc/
H A DP2pLinkManager.java757 SnepClient snepClient = null; in doInBackground() local
789 snepClient = new SnepClient(); in doInBackground()
796 snepClient.connect(); in doInBackground()
800 snepClient = null; in doInBackground()
820 if (snepClient != null) { in doInBackground()
821 snepClient.close(); in doInBackground()
835 mSnepClient = snepClient; in doInBackground()
845 SnepClient snepClient; field in P2pLinkManager.SendTask
869 if (snepClient != null) in doHandover()
888 snepClient.put(msg); in doSnepProtocol()
[all …]