Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/int/
Dnfc_int.h102 #define NFC_CHECK_MAX_CONN() {if (max > nfc_cb.max_conn) max = nfc_cb.max_conn;}
162 UINT8 max_conn; /* the num of connections supported by NFCC */ member
/external/libnfc-nci/src/nfc/nfc/
Dnfc_main.c49 #define NFC_SET_MAX_CONN_DEFAULT() {nfc_cb.max_conn = 1;}
250 evt_data.enable.max_conn = *p++; in nfc_enabled()
255 nfc_cb.max_conn = evt_data.enable.max_conn; in nfc_enabled()
/external/libnfc-nci/src/nfc/include/
Dnfc_api.h209 UINT8 max_conn; /* max number of connections by NFCC*/ member