I couldn't find the SMP services of my device during the services discovery process.

I am trying to discover services of my Bluetooth device.

It is discovering services as shown in below image.

However, I couldn't find SMP services here. I want to perform read action on this SMP services characteristics. 

Problem Statement:

I have connected my nRF52840 with the "HU" device and tried to discover the services. But I couldn't find the SMP service UUID ("8d53dc1d-1db7-4cd3-868b-8a527460aa84")
and "SMP Characteristic UUID: da2e7828-fbce-4e01-ae9e-261174997c48"

Note: In nRF Connect Desktop application I can see the SMP services.

We are using pc ble driver library to communicate with device.

Related