Home
last modified time | relevance | path

Searched refs:NCI_MAX_CONN_CBS (Results 1 – 4 of 4) sorted by relevance

/external/libnfc-nci/src/nfc/nfc/
Dnfc_utils.c47 int xx, max = NCI_MAX_CONN_CBS; in nfc_alloc_conn_cb()
102 for (xx = 0; xx < NCI_MAX_CONN_CBS; xx++) in nfc_find_conn_cb_by_handle()
132 for (xx = 0; xx < NCI_MAX_CONN_CBS; xx++) in nfc_find_conn_cb_by_conn_id()
202 for (xx = 0; xx < NCI_MAX_CONN_CBS; xx++, p_conn_cb++) in nfc_reset_all_conn_cbs()
Dnfc_main.c739 for (xx = 0; xx < NCI_MAX_CONN_CBS; xx++) in NFC_Init()
/external/libnfc-nci/src/include/
Dnfc_target.h217 #ifndef NCI_MAX_CONN_CBS
218 #define NCI_MAX_CONN_CBS 4 macro
/external/libnfc-nci/src/nfc/int/
Dnfc_int.h151 tNFC_CONN_CB conn_cb[NCI_MAX_CONN_CBS];