Home
last modified time | relevance | path

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

/external/qemu/hw/
Dbt-l2cap.c230 L2CAP_CMD_HDR_SIZE + L2CAP_CONN_RSP_SIZE); in l2cap_connection_response()
236 hdr->len = cpu_to_le16(L2CAP_CONN_RSP_SIZE); in l2cap_connection_response()
831 if (unlikely(len != L2CAP_CONN_RSP_SIZE)) { in l2cap_command()
Dbt.h1761 #define L2CAP_CONN_RSP_SIZE 8 macro