Home
last modified time | relevance | path

Searched refs:iso_info (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/shell/
Diso.c87 struct bt_iso_info iso_info; in iso_connected() local
92 err = bt_iso_chan_get_info(chan, &iso_info); in iso_connected()
99 if (iso_info.type == BT_ISO_CHAN_TYPE_CONNECTED) { in iso_connected()
/Zephyr-latest/subsys/bluetooth/host/
Diso.c70 #define iso_info(buf) (&iso_info_data[net_buf_id(buf)]) macro
593 iso_info(buf)->flags = 0; in bt_iso_recv()
602 iso_info(buf)->ts = sys_le32_to_cpu(ts_hdr->ts); in bt_iso_recv()
605 iso_info(buf)->flags |= BT_ISO_FLAGS_TS; in bt_iso_recv()
609 iso_info(buf)->ts = 0x00000000; in bt_iso_recv()
616 iso_info(buf)->seq_num = pkt_seq_no; in bt_iso_recv()
618 iso_info(buf)->flags |= BT_ISO_FLAGS_VALID; in bt_iso_recv()
620 iso_info(buf)->flags |= BT_ISO_FLAGS_ERROR; in bt_iso_recv()
622 iso_info(buf)->flags |= BT_ISO_FLAGS_LOST; in bt_iso_recv()
625 iso_info(buf)->flags = 0; in bt_iso_recv()
[all …]