I am able to pair a peripheral device using advertising 16bit UUID to the Central Device(nRF52840-DK board).
Also I am able to read the Battery level service and Device information service using bas_c_init() and dis_c_inti(). That' Good.
Now device has Some other Custom Primary services with different 128bit service UUID & 128bit Characteristics UUID. See Image Below
To read such values from Unknown Characteristics which function we need to use ?
I am using nRF52840-DK with nRF5_SDK_17.0.2 and S140