Hi,
I am using a CC2540 on my product and I want to limit the connection. My best case would be to hardcode something in my device and then hardcode the same thing in my apps. So both side would be able to connect in a way the user doesn't have to interact.
I cannot use the passcode, because iOS won't let you initiate the passcode process in an apps, the passkey has to be entered by the user. Anyone has an idea how I could acheive my goal?
My goal is mostly to prevent a write to an attribute. That's why I was thinking to limit the connection. But I could also use any encryption scheme to my attribute. I tried to think of an algorithm to use but I can't find one.
Best regards,
Jerome