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.