Skip to content

Commit 8e2d33f

Browse files
committed
[Bugfix] Extended advertisements missing on non-esp devices.
1 parent 718388f commit 8e2d33f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/syscfg/syscfg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1825,7 +1825,7 @@
18251825
#endif
18261826

18271827
#ifndef MYNEWT_VAL_BLE_LL_SCAN_AUX_SEGMENT_CNT
1828-
#define MYNEWT_VAL_BLE_LL_SCAN_AUX_SEGMENT_CNT (0)
1828+
#define MYNEWT_VAL_BLE_LL_SCAN_AUX_SEGMENT_CNT (8)
18291829
#endif
18301830

18311831
#ifndef MYNEWT_VAL_BLE_LL_SCHED_SCAN_AUX_PDU_LEN

0 commit comments

Comments
 (0)