I want to make a BLE central A that can only connect to a BLE periperal B, and central A can not connect to periperal C,D,E...and other devices, even if they have the same advertising addr and advertising name as the periperal B have.
That mean I want to make safe data transmission between A and B, I don't want other device to get or modify the data of A and B.
And what I use is nrf52. How can I do? Do you have any suggestions?
Thanks.