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

nRF Connect mobile app doesn't show Advertising (nrfxlib)

Hello!

I have problems with  bt_shell sample from sdk-zephyr, when I use SoftDevice bluetooth stack(nrfxlib).

When I switch on CONFIG_BT_EXT_ADV option in menuconfig, nRF Connect (mobile app) doesn't find the corresponding Advertiser, even if I use legacy advertising. But other my dongles recognise advertisings and can work .

When I change bluetooth stack to Zephyr Os (switch  to CONFIG_BT_LL_SW_SPLIT) in this sample I always can find my dongle(with switched on CONFIG_BT_EXT_ADV or not - it doesn't matter). I can see it with legacy advertising and when switch to extended. Everything works fine .

After these cases  I tried peripheral_hr_coded (that use ext.adv. by default) and beacon(with switched on CONFIG_BT_EXT_ADV). The same results.

What's a problem with CONFIG_BT_EXT_ADV when I use SoftDevice stack?

What should I do to recognize extended advertisings on my phone from devices with SoftDevice stack??

Parents Reply Children
Related