Home
last modified time | relevance | path

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

/system/nfc/src/nfc/include/
Dllcp_defs.h163 #define LLCP_LOWER_BOUND_LOCAL_SAP 0x20 macro
/system/nfc/src/nfc/llcp/
Dllcp_api.cc420 } else if (reg_sap >= LLCP_LOWER_BOUND_LOCAL_SAP) { in LLCP_RegisterServer()
422 LLCP_LOWER_BOUND_LOCAL_SAP); in LLCP_RegisterServer()
499 reg_sap = LLCP_LOWER_BOUND_LOCAL_SAP + sap; in LLCP_RegisterClient()
Dllcp_util.cc882 if (local_sap - LLCP_LOWER_BOUND_LOCAL_SAP < LLCP_MAX_CLIENT) { in llcp_util_get_app_cb()
883 p_app_cb = &llcp_cb.client_cb[local_sap - LLCP_LOWER_BOUND_LOCAL_SAP]; in llcp_util_get_app_cb()