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:
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?