Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Diso.c511 hdr = skb_push(skb, HCI_ISO_DATA_HDR_SIZE); in iso_send_frame()
1223 skb = bt_skb_sendmsg(sk, msg, len, mtu, HCI_ISO_DATA_HDR_SIZE, 0); in iso_sock_sendmsg()
2020 hdr = skb_pull_data(skb, HCI_ISO_DATA_HDR_SIZE); in iso_recv()
/openbmc/linux/include/net/bluetooth/
H A Dhci.h2871 #define HCI_ISO_DATA_HDR_SIZE 4 macro