Lines Matching full:deactivate
488 /* not waiting to deactivate, clear the flag now */
722 ** Description Process deactivate command
734 if ( (p_data->deactivate.sleep_mode == FALSE) /* Always allow deactivate to IDLE */
735 ||( (nfa_dm_cb.disc_cb.activated_protocol != NFA_PROTOCOL_T1T) /* Do not allow deactivate to SLEEP for T1T,NFCDEP, ISO15693 */
743 /* NFA P2P will deactivate NFC link after deactivating LLCP link */
750 if (p_data->deactivate.sleep_mode)
754 /* Deactivate to sleep mode not allowed in this state. */
764 /* Only deactivate to IDLE is allowed in this state. */
964 ** Description Deactivate any polling state
983 /* NFA P2P will deactivate NFC link after deactivating LLCP link */
1410 /* deactivate and restart RF discovery */
1428 if ( (p_data->deactivate.type == NFC_DEACTIVATE_TYPE_SLEEP)
1429 ||(p_data->deactivate.type == NFC_DEACTIVATE_TYPE_SLEEP_AF) )
1513 /* deactivate and restart RF discovery */
1544 if ( (p_data->deactivate.type == NFC_DEACTIVATE_TYPE_SLEEP)
1545 ||(p_data->deactivate.type == NFC_DEACTIVATE_TYPE_SLEEP_AF) )
1705 /* if NFC_DEP, NFA P2P will deactivate */