Home
last modified time | relevance | path

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

/external/bluetooth/bluez/lib/bluetooth/
Dl2cap.h145 #define L2CAP_CONF_RSP_SIZE 6 macro
/external/qemu/hw/
Dbt-l2cap.c284 L2CAP_CMD_HDR_SIZE + L2CAP_CONF_RSP_SIZE(len)); in l2cap_configuration_response()
290 hdr->len = cpu_to_le16(L2CAP_CONF_RSP_SIZE(len)); in l2cap_configuration_response()
857 if (unlikely(len < L2CAP_CONF_RSP_SIZE(0))) { in l2cap_command()
867 len - L2CAP_CONF_RSP_SIZE(0))) in l2cap_command()
Dbt.h1794 #define L2CAP_CONF_RSP_SIZE(datalen) (6 + datalen) macro
/external/bluetooth/hcidump/parser/
Dl2cap.c542 int clen = btohs(cmd->len) - L2CAP_CONF_RSP_SIZE; in conf_rsp()