Skip to content

Commit

Permalink
Merge pull request #18467 from gschorcht/pkg/nimble/fix_event_queue_s…
Browse files Browse the repository at this point in the history
…ize_adv_ext

pkg/nimble: fix the event queue size for nimble_adv_ext
  • Loading branch information
benpicco authored Aug 18, 2022
2 parents f820f94 + 2635af9 commit 3a6dac4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/nimble/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ endif
ifneq (,$(filter nimble_adv_ext,$(USEMODULE)))
# extended advertising HCI events can be up to 257 bytes
CFLAGS += -DMYNEWT_VAL_BLE_TRANSPORT_EVT_SIZE=257
CFLAGS += -DMYNEWT_VAL_BLE_TRANSPORT_EVT_COUNT=4
CFLAGS += -DMYNEWT_VAL_BLE_EXT_ADV=1
CFLAGS += -DMYNEWT_VAL_BLE_LL_EXT_ADV_AUX_PTR_CNT=2
CFLAGS += -DMYNEWT_VAL_BLE_LL_SCAN_AUX_SEGMENT_CNT=1
Expand Down

0 comments on commit 3a6dac4

Please sign in to comment.