Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/
Dull_sync_iso.c75 stream_pool[CONFIG_BT_CTLR_SYNC_ISO_STREAM_COUNT]; variable
330 return sync_iso_get(stream_pool[handle].big_handle); in ull_sync_iso_by_stream_get()
343 return &stream_pool[handle]; in ull_sync_iso_stream_get()
839 mem_init((void *)stream_pool, sizeof(struct lll_sync_iso_stream), in init_reset()
888 return mem_index_get(stream, stream_pool, sizeof(*stream)); in sync_iso_stream_handle_get()
Dull_adv_iso.c86 stream_pool[CONFIG_BT_CTLR_ADV_ISO_STREAM_COUNT]; variable
1061 return adv_iso_get(stream_pool[handle].big_handle); in ull_adv_iso_by_stream_get()
1070 return &stream_pool[handle]; in ull_adv_iso_stream_get()
1126 mem_init((void *)stream_pool, sizeof(struct lll_adv_iso_stream), in init_reset()
1148 return mem_index_get(stream, stream_pool, sizeof(*stream)); in adv_iso_stream_handle_get()