Home
last modified time | relevance | path

Searched refs:act_protocol (Results 1 – 3 of 3) sorted by relevance

/system/nfc/src/nfc/include/
Dnfc_int.h129 uint8_t act_protocol; /* the active protocol on this logical connection */ member
/system/nfc/src/nfc/nfc/
Dnfc_ncif.cc1095 p_cb->act_protocol = evt_data.activate.protocol; in nfc_ncif_proc_activate()
1488 p_cb->act_protocol = NCI_PROTOCOL_UNKNOWN; in nfc_ncif_proc_init_rsp()
1598 if ((p_cb->act_protocol >= NCI_PROTOCOL_T1T) && in nfc_data_event()
1599 (p_cb->act_protocol <= NCI_PROTOCOL_T3T)) { in nfc_data_event()
1604 (p_cb->act_protocol == NCI_PROTOCOL_T2T) && in nfc_data_event()
1616 (p_cb->act_protocol == NCI_PROTOCOL_T5T)) { in nfc_data_event()
Dnfc_main.cc978 p_cb->act_protocol = protocol; in NFC_ConnCreate()
1146 << StringPrintf("act_protocol %d credits:%d/%d", p_cb->act_protocol, in NFC_Deactivate()
1148 if ((p_cb->act_protocol == NCI_PROTOCOL_NFC_DEP) && in NFC_Deactivate()