Searched refs:stream_handle (Results 1 – 11 of 11) sorted by relevance
192 uint16_t stream_handle; in ll_read_iso_tx_sync() local194 stream_handle = LL_BIS_ADV_IDX_FROM_HANDLE(handle); in ll_read_iso_tx_sync()195 adv_stream = ull_adv_iso_stream_get(stream_handle); in ll_read_iso_tx_sync()314 uint16_t stream_handle; in ll_setup_iso_path() local316 stream_handle = LL_BIS_ADV_IDX_FROM_HANDLE(handle); in ll_setup_iso_path()317 adv_stream = ull_adv_iso_stream_get(stream_handle); in ll_setup_iso_path()322 adv_iso = ull_adv_iso_by_stream_get(stream_handle); in ll_setup_iso_path()334 stream_sync_delay = group_sync_delay - stream_handle * lll_iso->bis_spacing; in ll_setup_iso_path()343 uint16_t stream_handle; in ll_setup_iso_path() local345 stream_handle = LL_BIS_SYNC_IDX_FROM_HANDLE(handle); in ll_setup_iso_path()[all …]
349 lll_adv_iso->stream_handle[i] = in big_create()726 uint16_t stream_handle; in ll_big_terminate() local750 stream_handle = lll_adv_iso->stream_handle[num_bis]; in ll_big_terminate()751 handle = LL_BIS_ADV_HANDLE_FROM_IDX(stream_handle); in ll_big_terminate()856 uint16_t stream_handle; in ull_adv_iso_reset() local858 stream_handle = adv_iso_lll->stream_handle[adv_iso_lll->num_bis]; in ull_adv_iso_reset()859 stream = ull_adv_iso_stream_get(stream_handle); in ull_adv_iso_reset()1117 uint16_t stream_handle; in ull_adv_iso_stream_release() local1120 stream_handle = lll->stream_handle[lll->num_bis]; in ull_adv_iso_stream_release()1121 stream = ull_adv_iso_stream_get(stream_handle); in ull_adv_iso_stream_release()[all …]
157 #define LL_BIS_ADV_HANDLE_FROM_IDX(stream_handle) \ argument158 ((stream_handle) + (BT_CTLR_ADV_ISO_STREAM_HANDLE_BASE))175 #define LL_BIS_SYNC_HANDLE_FROM_IDX(stream_handle) \ argument176 ((stream_handle) + (BT_CTLR_SYNC_ISO_STREAM_HANDLE_BASE))
77 uint16_t stream_handle,
90 uint16_t stream_handle[BT_CTLR_SYNC_ISO_STREAM_MAX]; member
227 lll->stream_handle[i] = sync_iso_stream_handle_get(stream); in ll_big_sync_create()388 uint16_t stream_handle; in ull_sync_iso_stream_release() local390 stream_handle = lll->stream_handle[lll->stream_count]; in ull_sync_iso_stream_release()391 stream = ull_sync_iso_stream_get(stream_handle); in ull_sync_iso_stream_release()584 stream = ull_sync_iso_stream_get(lll->stream_handle[0]); in ull_sync_iso_setup()
107 uint16_t stream_handle[BT_CTLR_ADV_ISO_STREAM_MAX]; member
211 uint16_t stream_handle; in prepare_cb_common() local281 stream_handle = lll->stream_handle[lll->stream_curr]; in prepare_cb_common()282 stream = ull_sync_iso_lll_stream_get(stream_handle); in prepare_cb_common()646 sync_stream = ull_sync_iso_lll_stream_get(lll->stream_handle[0]); in isr_rx()691 uint16_t stream_handle; in isr_rx() local745 stream_handle = lll->stream_handle[stream_curr]; in isr_rx()746 sync_stream = ull_sync_iso_lll_stream_get(stream_handle); in isr_rx()773 handle = LL_BIS_SYNC_HANDLE_FROM_IDX(stream_handle); in isr_rx()923 uint16_t stream_handle; in isr_rx() local926 stream_handle = lll->stream_handle[stream_curr]; in isr_rx()[all …]
263 uint16_t stream_handle; in prepare_cb_common() local269 stream_handle = lll->stream_handle[bis_idx]; in prepare_cb_common()270 handle = LL_BIS_ADV_HANDLE_FROM_IDX(stream_handle); in prepare_cb_common()271 stream = ull_adv_iso_lll_stream_get(stream_handle); in prepare_cb_common()640 uint16_t stream_handle; in isr_tx_common() local649 stream_handle = lll->stream_handle[bis_idx]; in isr_tx_common()650 handle = LL_BIS_ADV_HANDLE_FROM_IDX(stream_handle); in isr_tx_common()651 stream = ull_adv_iso_lll_stream_get(stream_handle); in isr_tx_common()739 uint16_t stream_handle; in isr_tx_common() local743 stream_handle = lll->stream_handle[lll->bis_curr - 1U]; in isr_tx_common()[all …]
498 uint16_t stream_handle; in encode_node() local501 stream_handle = LL_BIS_SYNC_IDX_FROM_HANDLE(node_rx->hdr.handle); in encode_node()502 stream = ull_sync_iso_stream_get(stream_handle); in encode_node()
6130 uint16_t stream_handle; local6135 stream_handle = LL_BIS_ADV_IDX_FROM_HANDLE(handle);6136 stream = ull_adv_iso_stream_get(stream_handle);6142 adv_iso = ull_adv_iso_by_stream_get(stream_handle);8143 handle = LL_BIS_SYNC_HANDLE_FROM_IDX(lll->stream_handle[i]);8261 handle = LL_BIS_ADV_HANDLE_FROM_IDX(lll->stream_handle[i]);