Home
last modified time | relevance | path

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

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