Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/net/bluetooth/
Dl2cap.h104 #define L2CAP_CMD_HDR_SIZE 4 macro
/linux-2.4.37.9/net/bluetooth/
Dl2cap.c1137 len = L2CAP_HDR_SIZE + L2CAP_CMD_HDR_SIZE + dlen; in l2cap_build_cmd()
1145 lh->len = __cpu_to_le16(L2CAP_CMD_HDR_SIZE + dlen); in l2cap_build_cmd()
1148 cmd = (l2cap_cmd_hdr *) skb_put(skb, L2CAP_CMD_HDR_SIZE); in l2cap_build_cmd()
1154 count -= L2CAP_HDR_SIZE + L2CAP_CMD_HDR_SIZE; in l2cap_build_cmd()
1687 while (len >= L2CAP_CMD_HDR_SIZE) { in l2cap_sig_channel()
1688 memcpy(&cmd, data, L2CAP_CMD_HDR_SIZE); in l2cap_sig_channel()
1689 data += L2CAP_CMD_HDR_SIZE; in l2cap_sig_channel()
1690 len -= L2CAP_CMD_HDR_SIZE; in l2cap_sig_channel()