Home
last modified time | relevance | path

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

/system/nfc/src/include/
Dnci_defs.h352 #define NCI_PROTOCOL_T5T 0x06 macro
/system/nfc/src/nfc/include/
Dnfc_api.h374 (((x) == NCI_VERSION_2_0) ? NCI_PROTOCOL_T5T : NCI_PROTOCOL_15693)
/system/nfc/src/nfc/nfc/
Dnfc_ncif.cc1616 (p_cb->act_protocol == NCI_PROTOCOL_T5T)) { in nfc_data_event()