Searched refs:stream_handle (Results 1 – 11 of 11) sorted by relevance
198 uint16_t stream_handle; in ll_read_iso_tx_sync() local320 uint16_t stream_handle; in ll_setup_iso_path() local349 uint16_t stream_handle; in ll_setup_iso_path() local591 uint16_t stream_handle; in ll_remove_iso_path() local618 uint16_t stream_handle; in ll_remove_iso_path() local720 uint16_t stream_handle; in ll_iso_test_sdu_emit() local832 uint16_t stream_handle; in ll_iso_receive_test() local992 uint16_t stream_handle; in ll_iso_read_test_counters() local1306 uint16_t stream_handle; in ll_iso_transmit_test() local1375 uint16_t stream_handle; in ll_iso_test_end() local[all …]
344 lll_adv_iso->stream_handle[i] = in big_create()721 uint16_t stream_handle; in ll_big_terminate() local745 stream_handle = lll_adv_iso->stream_handle[num_bis]; in ll_big_terminate()851 uint16_t stream_handle; in ull_adv_iso_reset() local853 stream_handle = adv_iso_lll->stream_handle[adv_iso_lll->num_bis]; in ull_adv_iso_reset()1112 uint16_t stream_handle; in ull_adv_iso_stream_release() local1115 stream_handle = lll->stream_handle[lll->num_bis]; in ull_adv_iso_stream_release()1116 stream = ull_adv_iso_stream_get(stream_handle); in ull_adv_iso_stream_release()1589 uint16_t stream_handle = adv_iso->lll.stream_handle[i]; in ticker_cb() local1702 uint16_t stream_handle; in tx_lll_flush() local[all …]
153 #define LL_BIS_ADV_HANDLE_FROM_IDX(stream_handle) \ argument154 ((stream_handle) + (BT_CTLR_ADV_ISO_STREAM_HANDLE_BASE))171 #define LL_BIS_SYNC_HANDLE_FROM_IDX(stream_handle) \ argument172 ((stream_handle) + (BT_CTLR_SYNC_ISO_STREAM_HANDLE_BASE))
77 uint16_t stream_handle,
228 lll->stream_handle[i] = sync_iso_stream_handle_get(stream); in ll_big_sync_create()389 uint16_t stream_handle; in ull_sync_iso_stream_release() local391 stream_handle = lll->stream_handle[lll->stream_count]; in ull_sync_iso_stream_release()392 stream = ull_sync_iso_stream_get(stream_handle); in ull_sync_iso_stream_release()586 stream = ull_sync_iso_stream_get(lll->stream_handle[0]); in ull_sync_iso_setup()
92 uint16_t stream_handle[BT_CTLR_SYNC_ISO_STREAM_MAX]; member
107 uint16_t stream_handle[BT_CTLR_ADV_ISO_STREAM_MAX]; member
172 uint16_t stream_handle; in prepare_cb_common() local250 stream_handle = lll->stream_handle[lll->stream_curr]; in prepare_cb_common()684 uint16_t stream_handle; in isr_rx() local740 stream_handle = lll->stream_handle[stream_curr]; in isr_rx()921 stream_handle = lll->stream_handle[stream_curr]; in isr_rx()1006 stream_handle = lll->stream_handle[stream_curr]; in isr_rx()1055 uint16_t stream_handle; in isr_rx() local1059 stream_handle = lll->stream_handle[stream_curr]; in isr_rx()1464 stream_handle = lll->stream_handle[stream_curr]; in isr_rx_done()1685 uint16_t stream_handle; in next_chan_calc_int() local[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 …]
601 uint16_t stream_handle; in encode_node() local604 stream_handle = LL_BIS_SYNC_IDX_FROM_HANDLE(node_rx->hdr.handle); in encode_node()605 stream = ull_sync_iso_stream_get(stream_handle); in encode_node()
6185 uint16_t stream_handle; local6190 stream_handle = LL_BIS_ADV_IDX_FROM_HANDLE(handle);6191 stream = ull_adv_iso_stream_get(stream_handle);6197 adv_iso = ull_adv_iso_by_stream_get(stream_handle);8198 handle = LL_BIS_SYNC_HANDLE_FROM_IDX(lll->stream_handle[i]);8316 handle = LL_BIS_ADV_HANDLE_FROM_IDX(lll->stream_handle[i]);
Completed in 53 milliseconds