Home
last modified time | relevance | path

Searched refs:LLCP_UPPER_BOUND_WK_SAP (Results 1 – 4 of 4) sorted by relevance

/system/nfc/src/nfc/include/
Dllcp_defs.h160 #define LLCP_UPPER_BOUND_WK_SAP 0x0F macro
/system/nfc/src/nfa/p2p/
Dnfa_p2p_act.cc636 if (server_sap <= LLCP_UPPER_BOUND_WK_SAP) { in nfa_p2p_reg_server()
752 if (local_sap <= LLCP_UPPER_BOUND_WK_SAP) in nfa_p2p_dereg()
758 else if (local_sap <= LLCP_UPPER_BOUND_WK_SAP) { in nfa_p2p_dereg()
/system/nfc/src/nfc/llcp/
Dllcp_api.cc399 } else if (reg_sap <= LLCP_UPPER_BOUND_WK_SAP) { in LLCP_RegisterServer()
449 if (reg_sap <= LLCP_UPPER_BOUND_WK_SAP) { in LLCP_RegisterServer()
550 if (local_sap <= LLCP_UPPER_BOUND_WK_SAP) { in LLCP_Deregister()
Dllcp_util.cc873 if (local_sap <= LLCP_UPPER_BOUND_WK_SAP) { in llcp_util_get_app_cb()