Searched refs:iso_hdr (Results 1 – 5 of 5) sorted by relevance
346 struct bt_hci_iso_hdr iso_hdr; in get_rx() local350 memcpy(&iso_hdr, &msg[1], sizeof(iso_hdr)); in get_rx()351 len = sizeof(iso_hdr) + sys_le16_to_cpu(iso_hdr.len); in get_rx()
475 struct bt_hci_iso_hdr iso_hdr; in bt_spi_rx_buf_construct() local479 memcpy(&iso_hdr, &msg[1], sizeof(iso_hdr)); in bt_spi_rx_buf_construct()480 len = sizeof(iso_hdr) + bt_iso_hdr_len(sys_le16_to_cpu(iso_hdr.len)); in bt_spi_rx_buf_construct()
225 struct bt_hci_iso_hdr *iso_hdr; in hci_pkt_get_len() local227 hdr_len = sizeof(*iso_hdr); in hci_pkt_get_len()228 iso_hdr = (struct bt_hci_iso_hdr *)data; in hci_pkt_get_len()229 len = bt_iso_hdr_len(sys_le16_to_cpu(iso_hdr->len)) + hdr_len; in hci_pkt_get_len()
297 struct bt_hci_iso_hdr *iso_hdr; in hci_pkt_get_len() local299 hdr_len = sizeof(*iso_hdr); in hci_pkt_get_len()300 iso_hdr = (struct bt_hci_iso_hdr *)data; in hci_pkt_get_len()301 len = bt_iso_hdr_len(sys_le16_to_cpu(iso_hdr->len)) + hdr_len; in hci_pkt_get_len()
5884 struct bt_hci_iso_hdr *iso_hdr; local5895 if (buf->len < sizeof(*iso_hdr)) {5900 iso_hdr = net_buf_pull_mem(buf, sizeof(*iso_hdr));5901 handle = sys_le16_to_cpu(iso_hdr->handle);5902 len = bt_iso_hdr_len(sys_le16_to_cpu(iso_hdr->len));