Hi, it's possible to decide if send a scan req to a peripheral device? I want to send a scan req only to the peripherals that have a specific adv packet...it's possible this??
I don't want to use a whitelist!!
thanks.
Hi, it's possible to decide if send a scan req to a peripheral device? I want to send a scan req only to the peripherals that have a specific adv packet...it's possible this??
I don't want to use a whitelist!!
thanks.
What central device are you using?
I'm using the NRF51 DK as central
Why don't you want to use whitelist? Could you explain a bit more about what you want to achieve by doing this? Please edit your question to include the information.
There is no function in the API for only sending a scan request to a specific advertising packet content. You could maybe start an short active scan when you receive a specific advertising packet, but this will probably not send a scan request to that advertising packet, but maybe the next one. It will ofc send scan requests to any other advertising packets received in the scan window.