Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/controller/ctrl_isoal/src/sub_sets/
Disoal_test_tx.c4051 seg_hdr[0].timeoffset = ref_point - sdu_timestamp; in ZTEST()
4207 seg_hdr[0].timeoffset = ref_point - sdu_timestamp; in ZTEST()
4590 seg_hdr[0].timeoffset = ref_point - sdu_timestamp; in ZTEST()
4857 seg_hdr[0].timeoffset = ref_point - sdu_timestamp; in ZTEST()
4953 seg_hdr[2].timeoffset = 0; in ZTEST()
5164 seg_hdr[0].timeoffset = ref_point - sdu_timestamp; in ZTEST()
5260 seg_hdr[2].timeoffset = 0; in ZTEST()
5391 seg_hdr[0].timeoffset = ref_point - sdu_timestamp; in ZTEST()
5487 seg_hdr[2].timeoffset = 0; in ZTEST()
5699 seg_hdr[0].timeoffset = ref_point - sdu_timestamp; in ZTEST()
[all …]
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Disoal.c1108 uint32_t timeoffset; in isoal_rx_framed_consume() local
1177 timeoffset = sys_le24_to_cpu(seg_hdr->timeoffset); in isoal_rx_framed_consume()
1181 latency - timeoffset); in isoal_rx_framed_consume()
1234 timeoffset = sys_le24_to_cpu(seg_hdr->timeoffset); in isoal_rx_framed_consume()
1238 latency - timeoffset); in isoal_rx_framed_consume()
2219 seg_hdr.timeoffset = time_offset; in isoal_insert_seg_header_timeoffset()
Dpdu.h1050 uint32_t timeoffset:24; member
1060 uint32_t timeoffset:24;