Hi all, i want a security check on connection that permits only to users that have a password to connect to my peripheral device and, particularly, to read/write on services. I'm using SDK 11 but i don't found any mechanism like this. I found only the passkey on bonding, but it's not my request because also without bonding a user can read and write freely on services.
It is possible in BLE standard? How can i do it? It is possible, otherwise, to protect a single service from R/W with a password?
Thank you.