Part Number: CC2640
We have several proprietary Peripheral devices and several proprietary Central devices, in an environment full of foreign Central devices from other vendors.
Our code is based on the simple_peripheral and simple_central sample code.
When a Peripheral is advertising, we notice that foreign devices send a Scan Request, and the Peripheral responds with a Scan Response.
We want the Peripheral to examine the Scan Request, determine if it is from one of our Centrals, and if not, then do not respond, do not send a Scan Response.
In the beginning, none of our devices know about each other and have never connected before, so we have nothing in a whitelist.
What section of the TI source code can we review or modify to handle this filtering action?
Is there any documentation or sample source code illustrating such a filter?