Searched refs:LLCP_SDP_NUM_SAP (Results 1 – 2 of 2) sorted by relevance
25 #define LLCP_SDP_NUM_SAP 16 macro27 #define LLCP_LOCAL_SAP_OFFSET (LLCP_WKS_NUM_SAP + LLCP_SDP_NUM_SAP)28 #define LLCP_MAX_SAP (LLCP_WKS_NUM_SAP + LLCP_SDP_NUM_SAP + LLCP_LOCAL_NUM_SAP)75 atomic_t local_sdp_cnt[LLCP_SDP_NUM_SAP];
505 ssap = find_first_zero_bit(&local->local_sdp, LLCP_SDP_NUM_SAP); in nfc_llcp_reserve_sdp_ssap()506 if (ssap == LLCP_SDP_NUM_SAP) { in nfc_llcp_reserve_sdp_ssap()