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

How to disable peer manage in ble_app_buttonless_dfu project in sdk15.3.0 nrf52810?

Hi,I have some problems when disable peer manage in ble_app_buttonless_dfu project in sdk15.3.0 on nrf52810.

I disable PEER_MANAGER_ENABLED in config.h and remove the peer manage module relevant code in main.c.

In config.h

In main.c

The device advertise well, but can not be connected by application.

I wonder if I miss something useful.ThanKs.