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.
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.
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.