Home
last modified time | relevance | path

Searched refs:bt_iso_pkt_len_pack (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci_driver.c244 slen_packed = bt_iso_pkt_len_pack(total_len, packet_status_flag); in sink_sdu_emit_hci()
/Zephyr-latest/subsys/bluetooth/host/
Diso.c890 bt_iso_pkt_len_pack(net_buf_frags_len(buf) - sizeof(*hdr), BT_ISO_DATA_VALID)); in bt_iso_chan_send()
916 bt_iso_pkt_len_pack(net_buf_frags_len(buf) - sizeof(*hdr), BT_ISO_DATA_VALID)); in bt_iso_chan_send_ts()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h110 #define bt_iso_pkt_len_pack(h, f) (((h) & BIT_MASK(12)) | ((f) << 14)) macro