OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:max_conn
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/src/nfc/int/
nfc_int.h
102
#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 in struct:__anon20910
/external/libnfc-nci/src/nfc/nfc/
nfc_main.c
48
* Update
max_conn
to the NFCC capability on InitRsp */
49
#define NFC_SET_MAX_CONN_DEFAULT() {nfc_cb.
max_conn
= 1;}
250
evt_data.enable.
max_conn
= *p++;
255
nfc_cb.
max_conn
= evt_data.enable.
max_conn
;
[
all
...]
/external/libnfc-nci/src/nfc/include/
nfc_api.h
209
UINT8
max_conn
; /* max number of connections by NFCC*/
member in struct:__anon20828
[
all
...]
Completed in 1094 milliseconds