Hi all,
I am extending the BLE Multi-link example from SDK 15.2.0 in order to have some characteristics as BLE Mesh. I would like to use UUID filter to scan all peripherals around for connecting and then send the different commands to 2 different groups. For example, turn on the LED 3 on the peripherals whose name are listed in the target peripheral name table and turn on LED 4 on all others connected peripherals.
But I still haven't found a solution to do from the examples in BLE SDK. I see only the function filter scan for selective connection. So, I would like to know how I can realize it.
Could someone help me.
Many thanks in advance.