Home | History | Annotate | Download | only in nfc

Lines Matching refs:disconnect

1208                 tag.disconnect();
1869 Log.d(TAG, "NFC-C OFF, disconnect");
1953 /** Disconnect any target if present */
1969 // Disconnect from tags
1971 tag.disconnect();
1973 // Disconnect from P2P devices
1977 device.disconnect();
1979 // Remote peer is initiator, we cannot disconnect
2139 tag.disconnect();
2219 /* Disconnect if we are initiator */
2229 device.disconnect(); // restarts polling loop
2319 Log.w(TAG, "Initiator LLCP activation failed. Disconnect.");
2320 device.disconnect();
2323 if (DBG) Log.d(TAG, "Remote Target does not support LLCP. Disconnect.");
2324 device.disconnect();