Hi
I am using nrf sdk 15.2.0 for MEsh networking.(Mesh SDK version 3.3).
Hardware platform -nrf52832(pca10040).
Steps followed:
1. Compile and Run light switch demo with proxy enabled is working fine.
2. after that tested with proxi-coexist example with nrf mesh App .
3.i enabled PB_GATT and and GATT_Feature enabled .system got reset ..or fatal error will display on console in advertising_init
for this i changed advertising settings from fast to slow mode.
init.config.ble_adv_slow_enabled = true;
init.config.ble_adv_slow_interval = 1600;
init.config.ble_adv_slow_timeout = 0;
I can able proximity coexist example is advertising in nrfmesh app. If i try to connect ,connection successful i can see connected message in terminal. But after that it got disconnected. Why it is getting disconnecting.or any other changes is there to do for mesh to get work .Please help me on this.
Regards
Raji