Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Device Discovery using "Read By Group Type Request"?

I am trying to make a service discovery on a peripheral device using a nrf52-DK (pca10040). I built my project around the multi-discovery example from SDK 15.3.

When performing a service discovery using nRFConnect on an Android tablet, I manage to get the complete service list according to this Wireshark log:

nRFConnectAndroid_POS5802DD.pcapng

However, when trying to do service discovery using the nRF52-DK using the nrfSDK I get the following:

MultiLink_POS5802DD.pcapng

For some reason the peripheral device does not respond to the "Find By Type Value Request". Is it possible o configure the Device Discovery module in nRF SDK to make a "Read By Group Type Request" instead? Also, is this an expected behavior from a peripheral, or should all be able to respond to the "Find By Type...." request?

Parents Reply Children
Related