Home
last modified time | relevance | path

Searched refs:BT_CTLR_ADV_SET (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dlll.h41 #define BT_CTLR_ADV_SET CONFIG_BT_CTLR_ADV_SET macro
43 #define BT_CTLR_ADV_SET 1 macro
46 #define BT_CTLR_ADV_SET 0 macro
70 TICKER_ID_ADV_LAST = ((TICKER_ID_ADV_BASE) + (BT_CTLR_ADV_SET) - 1),
Dull_adv.c118 static struct ll_adv_set ll_adv[BT_CTLR_ADV_SET];
124 static struct ticker_ext ll_adv_ticker_ext[BT_CTLR_ADV_SET];
166 for (idx = 0U; idx < BT_CTLR_ADV_SET; idx++, adv++) { in ll_adv_set_by_hci_handle_get()
184 for (idx = 0U; idx < BT_CTLR_ADV_SET; idx++, adv++) { in ll_adv_set_by_hci_handle_get_or_new()
1667 for (handle = 0U; handle < BT_CTLR_ADV_SET; handle++) {
1719 for (handle = 0U; handle < BT_CTLR_ADV_SET; handle++) {
1744 if (handle >= BT_CTLR_ADV_SET) {
2099 LL_ASSERT(handle < BT_CTLR_ADV_SET);
2233 for (handle = 0U; handle < BT_CTLR_ADV_SET; handle++) {
2534 LL_ASSERT(handle < BT_CTLR_ADV_SET);
[all …]
Dull.c231 (BT_CTLR_ADV_SET)))
233 #define BT_CTLR_MAX_CONNECTABLE MAX(1U, (BT_CTLR_ADV_SET))
282 #define TICKER_USER_THREAD_OPS (BT_CTLR_ADV_SET + BT_CTLR_SCAN_SET + \
461 BT_CTLR_ADV_SET + BT_CTLR_SCAN_SYNC_SET))
506 (RX_CNT + 2 + BT_CTLR_MAX_CONN + BT_CTLR_ADV_SET + \
Dull_df.c174 for (handle = 0U; handle < BT_CTLR_ADV_SET; handle++) { in ull_df_reset()
Dull_peripheral.c337 LL_ASSERT(handle < BT_CTLR_ADV_SET);
Dull_adv_aux.c1330 return BT_CTLR_ADV_SET; in ll_adv_aux_set_count_get()
1415 for (handle = 0; handle < BT_CTLR_ADV_SET; ++handle) { in ll_adv_aux_set_clear()
1457 for (uint8_t handle = 0; handle < BT_CTLR_ADV_SET; ++handle) { in ull_adv_aux_chm_update()
Dull_filter.c791 for (handle = 0U; handle < BT_CTLR_ADV_SET; handle++) { in ull_filter_rpa_update()
Dull_adv_sync.c697 for (handle = 0U; handle < BT_CTLR_ADV_SET; handle++) { in ull_adv_sync_reset()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_adv.c99 #define PDU_MEM_COUNT_MIN (BT_CTLR_ADV_SET + \
100 (BT_CTLR_ADV_SET * PAYLOAD_FRAG_COUNT) + \
103 #define PDU_MEM_FIFO_COUNT ((BT_CTLR_ADV_SET * PAYLOAD_FRAG_COUNT * 2) + \
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_adv.c117 #define PDU_MEM_COUNT_MIN (((BT_CTLR_ADV_SET) * 3) + \
162 #define PDU_MEM_FIFO_COUNT ((BT_CTLR_ADV_SET) + 1 + \
/Zephyr-latest/subsys/bluetooth/controller/
DKconfig.ll_sw_split349 range 0 BT_CTLR_ADV_SET
350 default BT_CTLR_ADV_SET
DKconfig697 config BT_CTLR_ADV_SET config