Lines Matching defs:protocol
200 conn_evt_data.ndef_detect.protocol = p_rw_data->ndef.protocol;
269 conn_evt_data.ndef_detect.protocol = p_rw_data->ndef.protocol;
337 conn_evt_data.tlv_detect.protocol = p_rw_data->tlv.protocol;
405 activate_params.protocol = nfa_rw_cb.protocol;
410 &&(nfa_rw_cb.protocol == NFC_PROTOCOL_T2T)
1441 tNFC_PROTOCOL protocol = nfa_rw_cb.protocol;
1444 switch (protocol)
1487 tNFC_PROTOCOL protocol = nfa_rw_cb.protocol;
1520 switch (protocol)
1589 tNFC_PROTOCOL protocol = nfa_rw_cb.protocol;
1606 switch (protocol)
1726 if (nfa_rw_cb.protocol == NFC_PROTOCOL_T1T)
1767 tNFC_PROTOCOL protocol = nfa_rw_cb.protocol;
1771 switch (protocol)
1799 /* Protocol unsupported by RW module... */
1854 tNFC_PROTOCOL protocol = nfa_rw_cb.protocol;
1857 if (protocol == NFC_PROTOCOL_T1T)
1861 else if ( (protocol == NFC_PROTOCOL_T2T)
1866 else if (protocol == NFC_PROTOCOL_T3T)
1870 else if (protocol == NFC_PROTOCOL_15693)
1893 switch (nfa_rw_cb.protocol)
1926 tNFC_PROTOCOL protocol = nfa_rw_cb.protocol;
1931 switch (protocol)
2475 nfa_rw_cb.protocol = p_activate_params->protocol;
2494 /* check if the protocol is activated with supported interface */
2497 if ( (p_activate_params->protocol != NFA_PROTOCOL_T1T)
2498 &&(p_activate_params->protocol != NFA_PROTOCOL_T2T)
2499 &&(p_activate_params->protocol != NFA_PROTOCOL_T3T)
2500 &&(p_activate_params->protocol != NFC_PROTOCOL_15693) )
2502 nfa_rw_cb.protocol = NFA_PROTOCOL_INVALID;
2507 if (p_activate_params->protocol != NFA_PROTOCOL_ISO_DEP)
2509 nfa_rw_cb.protocol = NFA_PROTOCOL_INVALID;
2513 if (nfa_rw_cb.protocol == NFA_PROTOCOL_INVALID)
2525 /* If protocol not supported by RW module, notify app of NFA_ACTIVATED_EVT and start presence check if needed */
2526 if (!nfa_dm_is_protocol_supported(p_activate_params->protocol, p_activate_params->rf_tech_param.param.pa.sel_rsp))
2546 /* Perform protocol-specific actions */
2547 switch (nfa_rw_cb.protocol)