I am using SDK14 and SD132 V5 on nrf52382. I tested the hids_mouse example and it autoconnected without any issues to the phone. In my application, I have 2 modes. Config mode which has user defined services and Fast mode which has HIDS services from the mouse example. Once I have authenticated the user in config mode, the user can access the device in fast mode. When I connect it manually from nrf_connect, the device connects and performs its functions. I am also able to see the HID services in nrf connect app. The only problem is the device does not auto connect to the phone like the mouse example. Any idea as to why this behavior occurs ?