Home
last modified time | relevance | path

Searched refs:bt_hci_iso_hdr (Results 1 – 22 of 22) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/iso/frag_2/src/
Dbroadcaster.c250 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()
/Zephyr-latest/samples/bluetooth/hci_uart_async/src/
Dhci_uart_async.c85 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()
/Zephyr-latest/samples/bluetooth/hci_uart/src/
Dmain.c87 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()
/Zephyr-latest/drivers/bluetooth/hci/
Duserchan.c161 const struct bt_hci_iso_hdr *iso = (const struct bt_hci_iso_hdr *)hdr; in hci_packet_complete()
Dhci_da1469x.c59 struct bt_hci_iso_hdr iso;
128 struct bt_hci_iso_hdr *hdr = &rx.iso; in get_iso_hdr()
Dhci_esp32.c147 struct bt_hci_iso_hdr hdr; in bt_esp_iso_recv()
Dh4.c52 struct bt_hci_iso_hdr iso;
144 struct bt_hci_iso_hdr *hdr = &h4->rx.iso; in get_iso_hdr()
Dipc.c162 struct bt_hci_iso_hdr hdr; in bt_ipc_iso_recv()
Dhci_stm32wba.c195 struct bt_hci_iso_hdr hdr; in treat_iso()
Dhci_stm32wb0.c346 struct bt_hci_iso_hdr iso_hdr; in get_rx()
Dhci_spi_st.c475 struct bt_hci_iso_hdr iso_hdr; in bt_spi_rx_buf_construct()
/Zephyr-latest/samples/boards/st/bluetooth/interactive_gui/src/
Dmain.c185 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()
/Zephyr-latest/subsys/usb/device/class/
Dbluetooth.c225 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()
/Zephyr-latest/tests/bsim/bluetooth/host/iso/frag/src/
Dbroadcaster.c226 struct bt_hci_iso_hdr *hci_hdr = (void *)buf->data; in validate_no_iso_frag()
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/hci_test_app/src/
Dmain.c130 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()
/Zephyr-latest/subsys/usb/device_next/class/
Dbt_hci.c297 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()
/Zephyr-latest/samples/bluetooth/hci_ipc/src/
Dmain.c130 struct bt_hci_iso_hdr *hdr = (void *)data; in hci_ipc_iso_recv()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci_driver.c182 struct bt_hci_iso_hdr *hdr; in sink_sdu_emit_hci()
Dhci.c5884 struct bt_hci_iso_hdr *iso_hdr;
/Zephyr-latest/subsys/bluetooth/host/
Dconn.c564 struct bt_hci_iso_hdr *hdr; in send_iso()
Diso.c115 struct bt_hci_iso_hdr *hdr; in hci_iso()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h125 struct bt_hci_iso_hdr { struct