Home | History | Annotate | Download | only in rw

Lines Matching refs:protocol

212     conn_evt_data.ndef_detect.protocol = p_rw_data->ndef.protocol;
275 conn_evt_data.ndef_detect.protocol = p_rw_data->ndef.protocol;
332 conn_evt_data.tlv_detect.protocol = p_rw_data->tlv.protocol;
384 (nfa_rw_cb.protocol == NFC_PROTOCOL_T2T) &&
394 activate_params.protocol = nfa_rw_cb.protocol;
1430 tNFC_PROTOCOL protocol = nfa_rw_cb.protocol;
1433 if (NFC_PROTOCOL_T1T == protocol) {
1436 } else if (NFC_PROTOCOL_T2T == protocol) {
1441 } else if (NFC_PROTOCOL_T3T == protocol) {
1444 } else if (NFC_PROTOCOL_ISO_DEP == protocol) {
1447 } else if (NFC_PROTOCOL_T5T == protocol) {
1465 tNFC_PROTOCOL protocol = nfa_rw_cb.protocol;
1501 if (NFC_PROTOCOL_T1T == protocol) {
1505 } else if (NFC_PROTOCOL_T2T == protocol) {
1511 } else if (NFC_PROTOCOL_T3T == protocol) {
1514 } else if (NFC_PROTOCOL_ISO_DEP == protocol) {
1517 } else if (NFC_PROTOCOL_T5T == protocol) {
1561 tNFC_PROTOCOL protocol = nfa_rw_cb.protocol;
1575 if (NFC_PROTOCOL_T1T == protocol) {
1579 } else if (NFC_PROTOCOL_T2T == protocol) {
1585 } else if (NFC_PROTOCOL_T3T == protocol) {
1588 } else if (NFC_PROTOCOL_ISO_DEP == protocol) {
1592 } else if (NFC_PROTOCOL_T5T == protocol) {
1678 if (nfa_rw_cb.protocol == NFC_PROTOCOL_T1T) {
1713 tNFC_PROTOCOL protocol = nfa_rw_cb.protocol;
1720 if (NFC_PROTOCOL_T1T == protocol) {
1723 } else if (NFC_PROTOCOL_T2T == protocol) {
1732 } else if (NFC_PROTOCOL_T3T == protocol) {
1735 } else if (NFC_PROTOCOL_ISO_DEP == protocol) {
1763 } else if (NFC_PROTOCOL_T5T == protocol) {
1767 /* Protocol unsupported by RW module... */
1839 tNFC_PROTOCOL protocol = nfa_rw_cb.protocol;
1842 if (protocol == NFC_PROTOCOL_T1T) {
1844 } else if ((protocol == NFC_PROTOCOL_T2T) &&
1847 } else if (protocol == NFC_PROTOCOL_T3T) {
1849 } else if (protocol == NFC_PROTOCOL_T5T) {
1851 } else if (protocol == NFC_PROTOCOL_ISO_DEP) {
1871 switch (nfa_rw_cb.protocol) {
1901 tNFC_PROTOCOL protocol = nfa_rw_cb.protocol;
1906 if (NFC_PROTOCOL_T1T == protocol) {
1915 } else if (NFC_PROTOCOL_T2T == protocol) {
1920 } else if (NFC_PROTOCOL_T3T == protocol) {
1923 } else if (NFC_PROTOCOL_ISO_DEP == protocol) {
1926 } else if (NFC_PROTOCOL_T5T == protocol) {
2411 (nfa_rw_cb.protocol == NFC_PROTOCOL_T2T) &&
2426 nfa_rw_cb.protocol = p_activate_params->protocol;
2445 /* check if the protocol is activated with supported interface */
2447 if ((p_activate_params->protocol != NFA_PROTOCOL_T1T) &&
2448 (p_activate_params->protocol != NFA_PROTOCOL_T2T) &&
2449 (p_activate_params->protocol != NFA_PROTOCOL_T3T) &&
2450 (p_activate_params->protocol != NFA_PROTOCOL_T5T)) {
2451 nfa_rw_cb.protocol = NFA_PROTOCOL_INVALID;
2454 if (p_activate_params->protocol != NFA_PROTOCOL_ISO_DEP) {
2455 nfa_rw_cb.protocol = NFA_PROTOCOL_INVALID;
2459 if (nfa_rw_cb.protocol == NFA_PROTOCOL_INVALID) {
2470 /* If protocol not supported by RW module, notify app of NFA_ACTIVATED_EVT and
2473 p_activate_params->protocol,
2495 /* Perform protocol-specific actions */
2496 if (NFC_PROTOCOL_T1T == nfa_rw_cb.protocol) {
2515 } else if (NFC_PROTOCOL_T2T == nfa_rw_cb.protocol) {
2519 } else if (NFC_PROTOCOL_T3T == nfa_rw_cb.protocol) {
2534 } else if (NFA_PROTOCOL_T5T == nfa_rw_cb.protocol) {