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