Home
last modified time | relevance | path

Searched refs:l2cap_hdr (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/net/bluetooth/
Dl2cap_core.c605 struct l2cap_hdr *lh; in l2cap_send_sframe()
636 lh = (struct l2cap_hdr *) skb_put(skb, L2CAP_HDR_SIZE); in l2cap_send_sframe()
1599 struct l2cap_hdr *lh; in l2cap_create_connless_pdu()
1614 lh = (struct l2cap_hdr *) skb_put(skb, L2CAP_HDR_SIZE); in l2cap_create_connless_pdu()
1634 struct l2cap_hdr *lh; in l2cap_create_basic_pdu()
1649 lh = (struct l2cap_hdr *) skb_put(skb, L2CAP_HDR_SIZE); in l2cap_create_basic_pdu()
1668 struct l2cap_hdr *lh; in l2cap_create_iframe_pdu()
1695 lh = (struct l2cap_hdr *) skb_put(skb, L2CAP_HDR_SIZE); in l2cap_create_iframe_pdu()
1877 struct l2cap_hdr *lh; in l2cap_build_cmd()
1893 lh = (struct l2cap_hdr *) skb_put(skb, L2CAP_HDR_SIZE); in l2cap_build_cmd()
[all …]
Dsmp.c155 struct l2cap_hdr *lh; in smp_build_cmd()
167 lh = (struct l2cap_hdr *) skb_put(skb, L2CAP_HDR_SIZE); in smp_build_cmd()
/linux-3.4.99/include/net/bluetooth/
Dl2cap.h178 struct l2cap_hdr { struct