I have created a couple of custom BLE services and characteristics in a peripheral application. It shows up in the nRF Connect app and can read the values from sensors connected to the characteristics of these services. I am struggling to discover and connect to these custom 128 bit UUID services with a central application using another Nordic device. I can only find samples on how to discover and connect to 16 bit UUID services. Are there any central application examples or tutorials for custom 128 bit UUID BLE services? I am using the latest Zephyr to develop applications on nRF52840 MCUs.