Hi guys. I tried to search about this SEC_PARAM_KEYPRESS in the devzone threads but I couldn’t find it.
it seems like it is related to pairing but may I ask what is this key press notification is about? Thank you!
Hi guys. I tried to search about this SEC_PARAM_KEYPRESS in the devzone threads but I couldn’t find it.
it seems like it is related to pairing but may I ask what is this key press notification is about? Thank you!
Hi Matthew,
The SEC_PARAM_KEYPRESS is one of the security parameters used for security procedures, as shown here: https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v11.0.0/lib_pm_usage.html?cp=9_5_13_3_1_11_2_0#lib_pm_usage_init

Best Regards,
Priyanka
Thank you Priyanka. I think that Nordic documentation link doesn’t explain exactly what this the keypress notification.
can you elaborate on this please? Is this a Nordic custom thing or a standard thing defined in the Bluetooth Core BT spec?
what’s the use case of this keypress notification?
Hi Matthew,
This helps to enable keypress notifications, i.e. a peer is notified when a key is pressed during passkey entry pairing algorithm:


You can read more about this in the Softdevice migration guide found at the following location:

Regards,
Priyanka
Hi Matthew,
This helps to enable keypress notifications, i.e. a peer is notified when a key is pressed during passkey entry pairing algorithm:


You can read more about this in the Softdevice migration guide found at the following location:

Regards,
Priyanka