Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dbap_broadcast_source.c921 size_t stream_idx; in bt_bap_broadcast_source_reconfig() local
946 stream_idx = 0U; in bt_bap_broadcast_source_reconfig()
952 stream_idx++; in bt_bap_broadcast_source_reconfig()
960 stream_data = &source->stream_data[stream_idx]; in bt_bap_broadcast_source_reconfig()
/Zephyr-latest/soc/intel/intel_adsp/tools/
Dcavstool.py471 stream_idx = 0
475 | (stream_idx << 9)) # dma_id
577 stream_idx = 0
581 | (stream_idx << 9)) # dma_id
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_iso.c2034 uint16_t stream_idx; in ull_iso_resume_ticker_start() local
2036 stream_idx = LL_BIS_SYNC_IDX_FROM_HANDLE(stream_handle); in ull_iso_resume_ticker_start()
2037 sync_iso = ull_sync_iso_by_stream_get(stream_idx); in ull_iso_resume_ticker_start()