This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

ble advertising

Hi everyone,

I am trying to advertise data from nrf52832 to a smartphone (nRF Connect).

Below are my advertising parameters.

ble_adv_modes_config_t options = {0}; options.ble_adv_fast_enabled = BLE_ADV_FAST_ENABLED; options.ble_adv_fast_interval = 32; options.ble_adv_fast_timeout = 0;

The device broadcasts for 3 min and then stops advertising when I use Motorolla or iPhone.

If I use a Mi phone, then the advertising doesn't stop after 3 min. it advertises infinitely,

Related