Home | History | Annotate | Download | only in rw

Lines Matching refs:protocol

182 **                  option is used only with ISO-DEP protocol
252 ** NFA_STATUS_REJECTED if protocol is not T1/T2/T5T
253 ** (or) if hard lock is not requested for protocol T5T
259 tNFC_PROTOCOL protocol = nfa_rw_cb.protocol;
261 if ((protocol != NFC_PROTOCOL_T1T) && (protocol != NFC_PROTOCOL_T2T) &&
262 (protocol != NFC_PROTOCOL_T5T) && (protocol != NFC_PROTOCOL_ISO_DEP) &&
263 (protocol != NFC_PROTOCOL_T3T)) {
265 "Cannot Configure as read only for Protocol: "
267 protocol);
271 if ((!b_hard_lock && (protocol == NFC_PROTOCOL_T5T)) ||
272 (b_hard_lock && (protocol == NFC_PROTOCOL_ISO_DEP))) {
274 << StringPrintf("Cannot %s for Protocol: %d",
275 b_hard_lock ? "Hard lock" : "Soft lock", protocol);
832 if (nfa_rw_cb.protocol != NFC_PROTOCOL_T5T) {
881 if (nfa_rw_cb.protocol != NFC_PROTOCOL_T5T) {
922 if (nfa_rw_cb.protocol != NFC_PROTOCOL_T5T) {
964 if (nfa_rw_cb.protocol != NFC_PROTOCOL_T5T) {
1015 if (nfa_rw_cb.protocol != NFC_PROTOCOL_T5T) {
1059 if (nfa_rw_cb.protocol != NFC_PROTOCOL_T5T) {
1105 if (nfa_rw_cb.protocol != NFC_PROTOCOL_T5T) {
1164 if (nfa_rw_cb.protocol != NFC_PROTOCOL_T5T) {
1207 if (nfa_rw_cb.protocol != NFC_PROTOCOL_T5T) {
1246 if (nfa_rw_cb.protocol != NFC_PROTOCOL_T5T) {
1287 if (nfa_rw_cb.protocol != NFC_PROTOCOL_T5T) {
1326 if (nfa_rw_cb.protocol != NFC_PROTOCOL_T5T) {
1367 if (nfa_rw_cb.protocol != NFC_PROTOCOL_T5T) {
1407 if (nfa_rw_cb.protocol != NFC_PROTOCOL_T5T) {
1457 if (nfa_rw_cb.protocol != NFC_PROTOCOL_T5T) {