Home | History | Annotate | Download | only in nfc

Lines Matching full:disconnect

859                 // Disconnect from this tag; this should resume the normal
862 tag.disconnect();
1554 * Disconnect any target if present
1571 // Disconnect from tags
1573 tag.disconnect();
1575 // Disconnect from P2P devices
1579 device.disconnect();
1581 // Remote peer is initiator, we cannot disconnect
1807 tag.disconnect();
1869 tag.disconnect();
1894 /* Disconnect if we are initiator */
1904 device.disconnect(); // restarts polling loop
1998 Log.w(TAG, "Initiator LLCP activation failed. Disconnect.");
1999 device.disconnect();
2002 if (DBG) Log.d(TAG, "Remote Target does not support LLCP. Disconnect.");
2003 device.disconnect();