Home
last modified time | relevance | path

Searched refs:bt_iso_hdr_len (Results 1 – 16 of 16) sorted by relevance

/Zephyr-Core-3.7.0/drivers/bluetooth/hci/
Dhci_esp32.c168 if (remaining != bt_iso_hdr_len(sys_le16_to_cpu(hdr.len))) { in bt_esp_iso_recv()
Duserchan.c149 payload_len = bt_iso_hdr_len(sys_le16_to_cpu(iso->len)); in hci_packet_complete()
Dipc.c191 if (remaining != bt_iso_hdr_len(sys_le16_to_cpu(hdr.len))) { in bt_ipc_iso_recv()
Dhci_stm32wba.c214 if (ext_len != bt_iso_hdr_len(sys_le16_to_cpu(hdr.len))) { in treat_iso()
Dhci_da1469x.c130 rx.remaining = bt_iso_hdr_len(sys_le16_to_cpu(hdr->len)); in get_iso_hdr()
Dhci_spi_st.c480 len = sizeof(iso_hdr) + bt_iso_hdr_len(sys_le16_to_cpu(iso_hdr.len)); in bt_spi_rx_buf_construct()
Dh4.c146 h4->rx.remaining = bt_iso_hdr_len(sys_le16_to_cpu(hdr->len)); in get_iso_hdr()
/Zephyr-Core-3.7.0/samples/bluetooth/hci_uart/src/
Dmain.c86 return bt_iso_hdr_len( in get_len()
/Zephyr-Core-3.7.0/samples/bluetooth/hci_uart_async/src/
Dhci_uart_async.c85 return bt_iso_hdr_len( in hci_payload_size()
/Zephyr-Core-3.7.0/samples/bluetooth/hci_ipc/src/
Dmain.c147 if (remaining != bt_iso_hdr_len(sys_le16_to_cpu(hdr->len))) { in hci_ipc_iso_recv()
/Zephyr-Core-3.7.0/subsys/usb/device/class/
Dbluetooth.c229 len = bt_iso_hdr_len(sys_le16_to_cpu(iso_hdr->len)) + hdr_len; in hci_pkt_get_len()
/Zephyr-Core-3.7.0/samples/boards/stm32/bluetooth/interactive_gui/src/
Dmain.c184 return bt_iso_hdr_len( in get_len()
/Zephyr-Core-3.7.0/subsys/usb/device_next/class/
Dbt_hci.c302 len = bt_iso_hdr_len(sys_le16_to_cpu(iso_hdr->len)) + hdr_len; in hci_pkt_get_len()
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/
Dhci_types.h101 #define bt_iso_hdr_len(h) ((h) & BIT_MASK(14)) macro
/Zephyr-Core-3.7.0/subsys/bluetooth/host/
Diso.c127 len = bt_iso_hdr_len(sys_le16_to_cpu(hdr->len)); in hci_iso()
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/hci/
Dhci.c5720 len = bt_iso_hdr_len(sys_le16_to_cpu(iso_hdr->len));