Searched refs:L2CAP_CONF_RSP_SIZE (Results 1 - 2 of 2) sorted by relevance

/external/qemu/hw/
H A Dbt-l2cap.c282 L2CAP_CMD_HDR_SIZE + L2CAP_CONF_RSP_SIZE(len));
288 hdr->len = cpu_to_le16(L2CAP_CONF_RSP_SIZE(len));
855 if (unlikely(len < L2CAP_CONF_RSP_SIZE(0))) {
865 len - L2CAP_CONF_RSP_SIZE(0)))
H A Dbt.h1792 #define L2CAP_CONF_RSP_SIZE(datalen) (6 + datalen) macro

Completed in 85 milliseconds