change security mode in runtime

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

cross mob
urchc_1533771
Level 5
Level 5
5 likes given First like received First like given

I want to control bonding by enable/disable and need change security mode from "Authenticated pairing with encryption" to "Unauthenticated pairing with encryption".

   

How to do this ? What a functions exist ?

0 Likes
1 Solution
HeLi_263931
Level 8
Level 8
100 solutions authored 50 solutions authored 25 solutions authored

There is  _CyBle_GapAuthReq_ which is used when your code is starting the pairing request. Maybe _ CyBle_GappAuthReqReply_ can be used on the receiving side to change configuration.

   

But this questions seems as if it should go to Cypress directly - maybe you should create a support case...

View solution in original post

0 Likes
1 Reply
HeLi_263931
Level 8
Level 8
100 solutions authored 50 solutions authored 25 solutions authored

There is  _CyBle_GapAuthReq_ which is used when your code is starting the pairing request. Maybe _ CyBle_GappAuthReqReply_ can be used on the receiving side to change configuration.

   

But this questions seems as if it should go to Cypress directly - maybe you should create a support case...

0 Likes