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
183
#define
LLCP_LOWER_BOUND_LOCAL_SAP
0x20
/external/libnfc-nci/src/nfc/llcp/
llcp_util.c
912
if (local_sap -
LLCP_LOWER_BOUND_LOCAL_SAP
< LLCP_MAX_CLIENT)
914
p_app_cb = &llcp_cb.client_cb[local_sap -
LLCP_LOWER_BOUND_LOCAL_SAP
];
llcp_api.c
433
else if (reg_sap >=
LLCP_LOWER_BOUND_LOCAL_SAP
)
436
reg_sap,
LLCP_LOWER_BOUND_LOCAL_SAP
);
524
reg_sap =
LLCP_LOWER_BOUND_LOCAL_SAP
+ sap;
[
all
...]
Completed in 25 milliseconds