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