Skip to content

Commit 3c1547f

Browse files
alexstanoev-nordicsean-madigan
authored andcommitted
bluetooth: controller: Clean up Extended Feature Set temporary defines
The SDC API has now been updated, remove temporary memory macros used during the transition phase. Signed-off-by: Aleksandar Stanoev <[email protected]>
1 parent d358f5b commit 3c1547f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

subsys/bluetooth/controller/hci_driver.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -205,15 +205,9 @@ BUILD_ASSERT(!IS_ENABLED(CONFIG_BT_PERIPHERAL) ||
205205
#endif
206206

207207
#if defined(CONFIG_BT_CTLR_EXTENDED_FEAT_SET)
208-
#if defined(SDC_MEM_EXTENDED_FEATURE_SET_NEW)
209-
#define SDC_EXTENDED_FEAT_SET_MEM_SIZE \
210-
SDC_MEM_EXTENDED_FEATURE_SET_NEW(SDC_CENTRAL_COUNT + PERIPHERAL_COUNT, \
211-
CONFIG_BT_CTLR_SDC_EXTENDED_FEAT_MAX_REMOTE_PAGE)
212-
#else
213208
#define SDC_EXTENDED_FEAT_SET_MEM_SIZE \
214209
SDC_MEM_EXTENDED_FEATURE_SET(SDC_CENTRAL_COUNT + PERIPHERAL_COUNT, \
215210
CONFIG_BT_CTLR_SDC_EXTENDED_FEAT_MAX_REMOTE_PAGE)
216-
#endif
217211
#else
218212
#define SDC_EXTENDED_FEAT_SET_MEM_SIZE 0
219213
#endif

0 commit comments

Comments
 (0)