Home
last modified time | relevance | path

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

/system/nfc/src/nfc/nfc/
Dnfc_utils.cc53 if (nfc_cb.conn_cb[xx].conn_id == NFC_ILLEGAL_CONN_ID) { in nfc_alloc_conn_cb()
164 p_cb->conn_id = NFC_ILLEGAL_CONN_ID; in nfc_free_conn_cb()
186 if (p_conn_cb->conn_id != NFC_ILLEGAL_CONN_ID) { in nfc_reset_all_conn_cbs()
Dnfc_main.cc729 nfc_cb.conn_cb[xx].conn_id = NFC_ILLEGAL_CONN_ID; in NFC_Init()
/system/nfc/src/nfc/include/
Dnfc_api.h796 #define NFC_ILLEGAL_CONN_ID 0xFF macro