i want to pair 5-6 phones to my ble chip and chip will not discoverable to others. any one know the code for this.? thanks in advance
i want to pair 5-6 phones to my ble chip and chip will not discoverable to others. any one know the code for this.? thanks in advance
Well you can perform directed advertisement with whitelist, proper BLE central devices should respect that and only whitelisted devices should detect it and connect. However you obviously cannot magically disappear from spectrum so your advertisement packets will be detected by all observing radios and those stacks which support it will pass this to the application (you can take any sniffer device as example). In case that some device don't respect broadcasted whitelist you can also disconnect from peripheral side right after CONNECT_REQ based on whatever information you receive (and peer MAC address is available to you).
You can read more about advertisement with whitelist in SDK documentation here and here.
Cheers Jan
ok thanks. is it possible to make my phone central device?
ok thanks. is it possible to make my phone central device?