This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF8001 Auth passkey generation

How does the nRF8001 chip generate the passkey in the DisplayKeyEvent? Is it possible to set this passkey from the App Controller?

As I understand it, the SetKey command only responds to the KeyRequestEvent as a means of verifying the passkey provided by the peer device. However, I want to set a static passkey instead of returning a seemingly random one in the DisplayKeyEvent, which the peer device has to enter via keyboard when bonding.

Related