Could not discover Unkonwn Service of uuid

Hello,

Does anybody know why I can not discover the service uuid as shown in the picture below?

I want to connect a sensor with this chip nRF52832, it's service UUID is 0000fff0-0000-1000-8000-00805f9b34fb. I can scan into sensor and connect with it. But I can not discover this service.

The protocol stack version I use is nRF5_SDK_17.0.2_d674dde,the program I use is nRF5_SDK_17.0.2_d674dde\examples\ble_central. I changed the service UUID to discover-> NUS_BASE_UUID to 0000fff0-0000-1000-8000-00805f9b34fb.  I can't discover it.

Thank you,

Parents Reply
  • I've tried to find the service with a 600ms delay after connecting. But it didn't work. I did the debugging and the debugging information is as follows.

    When the code executes to this function on_primary_srv_discovery_rsp,it found the services of 0XFFF0 UUID.

    But p_ble_gattc_evt->gatt_status value is 0X010A, so the code executes to else.

    Do you know Do you know why this is so?

Children
No Data
Related