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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/bluetooth/
H A Dl2cap.h142 #define L2CAP_CMD_HDR_SIZE 4 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/
H A Dl2cap.c2339 len = L2CAP_HDR_SIZE + L2CAP_CMD_HDR_SIZE + dlen;
2347 lh->len = cpu_to_le16(L2CAP_CMD_HDR_SIZE + dlen);
2350 cmd = (struct l2cap_cmd_hdr *) skb_put(skb, L2CAP_CMD_HDR_SIZE);
2356 count -= L2CAP_HDR_SIZE + L2CAP_CMD_HDR_SIZE;
3390 while (len >= L2CAP_CMD_HDR_SIZE) {
3392 memcpy(&cmd, data, L2CAP_CMD_HDR_SIZE);
3393 data += L2CAP_CMD_HDR_SIZE;
3394 len -= L2CAP_CMD_HDR_SIZE;

Completed in 117 milliseconds