This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/CC2652R: PASSKEY option is not available in the sysconfig bond manager

Part Number: CC2652R
Other Parts Discussed in Thread: SYSCONFIG

Tool/software: Code Composer Studio

Hi all,

I'm working with CC2652R custom board. I'm trying to implement the PASSKEY to my application.

But before that in gap bond manager configuration I'm not finding any passkey variable in SYSCONFIG(as shown in below  FIG).

Then how can i set the passkey into the gap bond manager in SYSCONFIG.

But in CC2640R2 we have the option to set the passkey in gap bond manager_set parameter() as

 uint32_t passkey = 0; // passkey "000000"

GAPBondMgr_SetParameter(GAPBOND_DEFAULT_PASSCODE, sizeof(uint32_t),
&passkey);

Please can any one tell how to set this passkey in the gap bond manager configuration in the CC2652R.

Regards,

Roopa