Skip to main content
DS.4
Senior
October 25, 2022
Question

Pairing to different BLE authentication devices

  • October 25, 2022
  • 1 reply
  • 563 views

I am using my stm32wb55 as Central. (similar to phone app)

After connection I am having trouble changing the authentication method.

Using: aci_gap_set_authentication_requirement

I am allowed up to 8 connections on Central, must they all have the same authentication method for pairing?

Cheers!

This topic has been closed for replies.

1 reply

Remy ISSALYS
ST Technical Moderator
November 8, 2022

Hello,

Yes, all the connection must have the same authentication method for pairing. The authentication method is unique and defined at initialization time before the connection.

Best Regards