Searched refs:bt_hci_iso_hdr (Results 1 – 22 of 22) sorted by relevance
250 struct bt_hci_iso_hdr *hci_hdr = (void *)buf->data; in validate_no_iso_frag()263 struct bt_hci_iso_hdr *hci_hdr = (void *)buf->data; in __wrap_bt_send()
85 sys_le16_to_cpu(((const struct bt_hci_iso_hdr *)hdr_buf)->len)); in hci_payload_size()100 return sizeof(struct bt_hci_iso_hdr); in hci_hdr_size()
87 sys_le16_to_cpu(((const struct bt_hci_iso_hdr *)hdr_buf)->len)); in get_len()103 return sizeof(struct bt_hci_iso_hdr); in hdr_len()
161 const struct bt_hci_iso_hdr *iso = (const struct bt_hci_iso_hdr *)hdr; in hci_packet_complete()
59 struct bt_hci_iso_hdr iso;128 struct bt_hci_iso_hdr *hdr = &rx.iso; in get_iso_hdr()
147 struct bt_hci_iso_hdr hdr; in bt_esp_iso_recv()
52 struct bt_hci_iso_hdr iso;144 struct bt_hci_iso_hdr *hdr = &h4->rx.iso; in get_iso_hdr()
162 struct bt_hci_iso_hdr hdr; in bt_ipc_iso_recv()
195 struct bt_hci_iso_hdr hdr; in treat_iso()
346 struct bt_hci_iso_hdr iso_hdr; in get_rx()
475 struct bt_hci_iso_hdr iso_hdr; in bt_spi_rx_buf_construct()
185 sys_le16_to_cpu(((const struct bt_hci_iso_hdr *)hdr_buf)->len)); in get_len()205 return sizeof(struct bt_hci_iso_hdr); in hdr_len()
225 struct bt_hci_iso_hdr *iso_hdr; in hci_pkt_get_len()228 iso_hdr = (struct bt_hci_iso_hdr *)data; in hci_pkt_get_len()
226 struct bt_hci_iso_hdr *hci_hdr = (void *)buf->data; in validate_no_iso_frag()
130 static struct net_buf *iso_data_create(struct bt_hci_iso_hdr *le_hdr) in iso_data_create()133 struct bt_hci_iso_hdr *hdr; in iso_data_create()661 struct bt_hci_iso_hdr hdr; in le_iso_data_write()
297 struct bt_hci_iso_hdr *iso_hdr; in hci_pkt_get_len()300 iso_hdr = (struct bt_hci_iso_hdr *)data; in hci_pkt_get_len()
130 struct bt_hci_iso_hdr *hdr = (void *)data; in hci_ipc_iso_recv()
182 struct bt_hci_iso_hdr *hdr; in sink_sdu_emit_hci()
5884 struct bt_hci_iso_hdr *iso_hdr;
564 struct bt_hci_iso_hdr *hdr; in send_iso()
115 struct bt_hci_iso_hdr *hdr; in hci_iso()
125 struct bt_hci_iso_hdr { struct