I find a white example in s110,but I do not know,how should I do in s120.Can someone provide a example???
I find a white example in s110,but I do not know,how should I do in s120.Can someone provide a example???
Scanning based on a white list is implemented in examples\ble_central\ble_app_hrs_c in SDK 8.0.0. Examine scan_start().
And for those coming from S110, it is exactly the same for S120! Scan params just need the "selective" bit set, just like adv params need the filter policy.
thank you for your answer, I'll try!!