Home
last modified time | relevance | path

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

/system/nfc/src/nfc/include/
Dnfc_int.h118 if (max > nfc_cb.max_conn) max = nfc_cb.max_conn; \
177 uint8_t max_conn; /* the num of connections supported by NFCC */ member
Dnfc_api.h216 uint8_t max_conn; /* max number of connections by NFCC*/ member
/system/nfc/src/nfc/nfc/
Dnfc_main.cc48 { nfc_cb.max_conn = 1; }
230 evt_data.enable.max_conn = *p++; in nfc_enabled()
235 nfc_cb.max_conn = evt_data.enable.max_conn; in nfc_enabled()