Hi All,
As "Mesh beaconing example" work as a advertiser and at a same time it scan beacon also.
I just want to use only beacon scanning functionality in this application.
So I disable adv_init(); call in mesh_init() function.
also comment the adv_start(); in start().
I build application & run on nRF52840DK
When I scan for devices using "nRF Connect" application from my mobile, the device is present in scan list.
So could you please help to disable advertising functionality in beaconning example.
Note: Mesh SDK version: 2.1.1
Thanks in advance.