zephyr/samples
Yuxuan Cai 0a5e7f8589 samples: Bluetooth: use correct periodic advertising intervals
BT_GAP_ADV_SLOW_INT_MIN and BT_GAP_ADV_SLOW_INT_MAX represent 1s and 1.2s,
respectively, in the extended advertising context, where the bit interval
is 0.625 ms. Using them for periodic advertising will result in a range
of [2s, 2.4s], as the bit interval for periodic advertising is 1.25ms.

Instead, BT_GAP_PER_ADV_SLOW_INT_MIN and BT_GAP_PER_ADV_SLOW_INT_MAX
should be used in this sample, and the range will become [1s, 1.2s].

Signed-off-by: Yuxuan Cai <yuxuan.cai@nordicsemi.no>
2024-06-07 16:45:44 +03:00
..
application_development samples: code relocation in external memory of stm32H7 disco kit 2024-06-06 15:22:06 -05:00
arch samples: pktqueue: remove main.h 2024-05-21 20:54:13 -04:00
basic samples: blinky_pwm: add overlay for bcf 2024-06-05 04:24:38 -07:00
bluetooth samples: Bluetooth: use correct periodic advertising intervals 2024-06-07 16:45:44 +03:00
boards samples: boards: stm32: exit Poweroff using wkup pins & gpios 2024-06-05 17:35:55 -05:00
compression hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
cpp
drivers samples: drivers: adc: Add nrf54l15 to platform_allow 2024-06-07 15:01:22 +02:00
fuel_gauge hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
hello_world samples: hello_world: Use full board target string for hwmv2 boards 2024-03-21 20:10:46 +01:00
kernel arch: move arch_interface.h under zephyr/arch 2024-03-25 09:58:35 +00:00
modules dts: bindings: can: rename bus-speed/bus-speed-data properties 2024-06-05 14:43:00 +01:00
net samples: net: sockets: http_server: Disable PSA crypto 2024-06-07 16:45:05 +03:00
philosophers doc: samples: philosophers: fix formatting and spelling 2024-05-31 03:08:52 -07:00
posix posix: deprecate PTHREAD_IPC _MUTEX _COND and _KEY 2024-06-04 16:27:12 -05:00
sensor samples: sensors: nucleo_h7a3zi_q board added to die_temp_polling 2024-06-04 16:37:19 +02:00
shields posix: deprecate POSIX_FNMATCH GETOPT GETENTROPY 2024-06-04 16:27:12 -05:00
subsys samples: mgmt: mcumgr: smp_svr: Remove documentation for go tool 2024-06-07 15:07:07 +02:00
synchronization
sysbuild samples: sysbuild: hello_world: fix broken references/args 2024-05-31 09:59:36 -05:00
tfm_integration tfm: do not enable all PSA features by default when BUILD_WITH_TFM 2024-06-05 01:38:22 -07:00
userspace build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
classic.rst
index.rst samples: move with_mcuboot sample to samples/sysbuild 2024-05-13 16:09:01 -04:00
sample_definition_and_criteria.rst