Searched refs:bt_iso_pkt_len_pack (Results 1 – 3 of 3) sorted by relevance
244 slen_packed = bt_iso_pkt_len_pack(total_len, packet_status_flag); in sink_sdu_emit_hci()
890 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()
110 #define bt_iso_pkt_len_pack(h, f) (((h) & BIT_MASK(12)) | ((f) << 14)) macro