OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LLCP_LOWER_BOUND_LOCAL_SAP
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/src/nfc/include/
llcp_defs.h
182
#define
LLCP_LOWER_BOUND_LOCAL_SAP
0x20
/external/libnfc-nci/src/nfc/llcp/
llcp_util.c
905
if (local_sap -
LLCP_LOWER_BOUND_LOCAL_SAP
< LLCP_MAX_CLIENT)
907
p_app_cb = &llcp_cb.client_cb[local_sap -
LLCP_LOWER_BOUND_LOCAL_SAP
];
llcp_api.c
449
else if (reg_sap >=
LLCP_LOWER_BOUND_LOCAL_SAP
)
452
reg_sap,
LLCP_LOWER_BOUND_LOCAL_SAP
);
540
reg_sap =
LLCP_LOWER_BOUND_LOCAL_SAP
+ sap;
[
all
...]
Completed in 24 milliseconds