Searched refs:LLCP_SDRES_LEN (Results 1 – 2 of 2) sorted by relevance
213 UINT8_TO_BE_STREAM (p, LLCP_SDRES_LEN); in llcp_sdp_add_sdres()217 llcp_cb.sdp_cb.p_snl->len += 2 + LLCP_SDRES_LEN; /* type and length */ in llcp_sdp_add_sdres()256 if ( (available_bytes >= 2 + LLCP_SDRES_LEN) in llcp_sdp_send_sdres()257 &&(llcp_cb.sdp_cb.p_snl->len + 2 + LLCP_SDRES_LEN <= llcp_cb.lcb.effective_miu) ) in llcp_sdp_send_sdres()445 if ( (length == LLCP_SDRES_LEN) /* TID and SAP */ in llcp_sdp_proc_snl()
162 #define LLCP_SDRES_LEN 0x02 macro