PSOC4 BLE Fixed Pass-Key

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
YTs_1631666
Level 2
Level 2
First like received

Hi,

   

With PSOC 4 BLE, will there be support for authenticated pairing with static passkey?

   

We have a product being designed has limited display capability, less than the auto generated passkey 6 digits.

   

I see in the 002-11179, there is meantion of support

   

Added new CyBle_GapFixAuthPassKey() API to
enable the application to set or clear the pass-key.

   

Enhancement. Provides flexibility to modify
fixed pass-key instead of stack generating
random number every time

   

But when try this, compilation will fail, undefined reference (CyBle_GapFixAuthPassKey).

   

Thanks!

0 Likes
1 Solution
YTs_1631666
Level 2
Level 2
First like received

I figured out the issue. I had to perform an component update on existing BLE component.

   

The API is supported in component BLE_3_10.

View solution in original post

2 Replies
YTs_1631666
Level 2
Level 2
First like received

I figured out the issue. I had to perform an component update on existing BLE component.

   

The API is supported in component BLE_3_10.

Anonymous
Not applicable

This is real nice. I was gonna ask this but found this. Thanks!

0 Likes