cancel
Showing results for 
Search instead for 
Did you mean: 

Pairing Authentication for Client (Centaral) side

DS.4
Senior II

What parameters of 'aci_gap_set_authentication_requirement' are relevant for client side?

What can I set the irrelevant parameters to?

tBleStatus aci_gap_set_authentication_requirement( uint8_t Bonding_Mode,
                                                   uint8_t MITM_Mode,
                                                   uint8_t SC_Support,
                                                   uint8_t KeyPress_Notification_Support,
                                                   uint8_t Min_Encryption_Key_Size,
                                                   uint8_t Max_Encryption_Key_Size,
                                                   uint8_t Use_Fixed_Pin,
                                                   uint32_t Fixed_Pin,
                                                   uint8_t Identity_Address_Type )

Thanks

1 REPLY 1
Remy ISSALYS
ST Employee

Hello,

The same parameters as on server side are relevant for aci_gap_set_authentication_requirement command, you can look in BLE_HeartRate example to see how this command is used.

Best Regards