Searched refs:BT_CTLR_ADV_SET (Results 1 – 12 of 12) sorted by relevance
41 #define BT_CTLR_ADV_SET CONFIG_BT_CTLR_ADV_SET macro43 #define BT_CTLR_ADV_SET 1 macro46 #define BT_CTLR_ADV_SET 0 macro70 TICKER_ID_ADV_LAST = ((TICKER_ID_ADV_BASE) + (BT_CTLR_ADV_SET) - 1),
118 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 …]
231 (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 + \
174 for (handle = 0U; handle < BT_CTLR_ADV_SET; handle++) { in ull_df_reset()
337 LL_ASSERT(handle < BT_CTLR_ADV_SET);
1330 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()
791 for (handle = 0U; handle < BT_CTLR_ADV_SET; handle++) { in ull_filter_rpa_update()
697 for (handle = 0U; handle < BT_CTLR_ADV_SET; handle++) { in ull_adv_sync_reset()
99 #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) + \
117 #define PDU_MEM_COUNT_MIN (((BT_CTLR_ADV_SET) * 3) + \162 #define PDU_MEM_FIFO_COUNT ((BT_CTLR_ADV_SET) + 1 + \
349 range 0 BT_CTLR_ADV_SET350 default BT_CTLR_ADV_SET
697 config BT_CTLR_ADV_SET config