2024-11-07 11:26 PM
Hello,
I am developing a BLE application using the STM32WB Custom Template. In my project, I want to implement the Whitelist feature. My goal is to start the device in normal advertising mode initially, obtain the MAC address of the connected device, and then add this device to the Whitelist. For subsequent connections, I only want devices that are in the Whitelist to be able to connect.
However, it seems that the Custom Template does not include the necessary configurations or support for Whitelist usage by default. Because of this, I need some guidance:
My Questions:
Thank you in advance for your help. I would greatly appreciate any guidance or example projects you can provide.
Best regards.
Solved! Go to Solution.
2024-11-07 11:54 PM
Hello @KemalUzgoren
First, I suggest you take a look at the 4 parts of this article:
Also, you can refer to the same configurations of this example project.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-11-07 11:54 PM
Hello @KemalUzgoren
First, I suggest you take a look at the 4 parts of this article:
Also, you can refer to the same configurations of this example project.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-11-08 12:11 AM
Hello @STTwo-32,
Thank you for your response and guidance. I will review the articles and the example project as suggested.
Best regards,
Kemal