LLCP_SDP_NUM_SAP 27 net/nfc/llcp.h #define LLCP_LOCAL_SAP_OFFSET (LLCP_WKS_NUM_SAP + LLCP_SDP_NUM_SAP) LLCP_SDP_NUM_SAP 28 net/nfc/llcp.h #define LLCP_MAX_SAP (LLCP_WKS_NUM_SAP + LLCP_SDP_NUM_SAP + LLCP_LOCAL_NUM_SAP) LLCP_SDP_NUM_SAP 75 net/nfc/llcp.h atomic_t local_sdp_cnt[LLCP_SDP_NUM_SAP]; LLCP_SDP_NUM_SAP 505 net/nfc/llcp_core.c ssap = find_first_zero_bit(&local->local_sdp, LLCP_SDP_NUM_SAP); LLCP_SDP_NUM_SAP 506 net/nfc/llcp_core.c if (ssap == LLCP_SDP_NUM_SAP) {