Home
last modified time | relevance | path

Searched refs:stream_handle (Results 1 – 11 of 11) sorted by relevance

/subsys/bluetooth/controller/ll_sw/
A Dull_iso.c198 uint16_t stream_handle; in ll_read_iso_tx_sync() local
320 uint16_t stream_handle; in ll_setup_iso_path() local
349 uint16_t stream_handle; in ll_setup_iso_path() local
591 uint16_t stream_handle; in ll_remove_iso_path() local
618 uint16_t stream_handle; in ll_remove_iso_path() local
720 uint16_t stream_handle; in ll_iso_test_sdu_emit() local
832 uint16_t stream_handle; in ll_iso_receive_test() local
992 uint16_t stream_handle; in ll_iso_read_test_counters() local
1306 uint16_t stream_handle; in ll_iso_transmit_test() local
1375 uint16_t stream_handle; in ll_iso_test_end() local
[all …]
A Dull_adv_iso.c344 lll_adv_iso->stream_handle[i] = in big_create()
721 uint16_t stream_handle; in ll_big_terminate() local
745 stream_handle = lll_adv_iso->stream_handle[num_bis]; in ll_big_terminate()
851 uint16_t stream_handle; in ull_adv_iso_reset() local
853 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() local
1115 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() local
1702 uint16_t stream_handle; in tx_lll_flush() local
[all …]
A Dlll.h153 #define LL_BIS_ADV_HANDLE_FROM_IDX(stream_handle) \ argument
154 ((stream_handle) + (BT_CTLR_ADV_ISO_STREAM_HANDLE_BASE))
171 #define LL_BIS_SYNC_HANDLE_FROM_IDX(stream_handle) \ argument
172 ((stream_handle) + (BT_CTLR_SYNC_ISO_STREAM_HANDLE_BASE))
A Dull_iso_internal.h77 uint16_t stream_handle,
A Dull_sync_iso.c228 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() local
391 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()
A Dlll_sync_iso.h92 uint16_t stream_handle[BT_CTLR_SYNC_ISO_STREAM_MAX]; member
A Dlll_adv.h107 uint16_t stream_handle[BT_CTLR_ADV_ISO_STREAM_MAX]; member
/subsys/bluetooth/controller/ll_sw/nordic/lll/
A Dlll_sync_iso.c172 uint16_t stream_handle; in prepare_cb_common() local
250 stream_handle = lll->stream_handle[lll->stream_curr]; in prepare_cb_common()
684 uint16_t stream_handle; in isr_rx() local
740 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() local
1059 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 …]
A Dlll_adv_iso.c263 uint16_t stream_handle; in prepare_cb_common() local
269 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() local
649 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() local
743 stream_handle = lll->stream_handle[lll->bis_curr - 1U]; in isr_tx_common()
[all …]
/subsys/bluetooth/controller/hci/
A Dhci_driver.c601 uint16_t stream_handle; in encode_node() local
604 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()
A Dhci.c6185 uint16_t stream_handle; local
6190 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