Skip to main content
DS.4
Senior
May 9, 2024
Solved

aci_gap_slave_security_req returns error status on success

  • May 9, 2024
  • 1 reply
  • 834 views

I think you guys have an issue here with your return in aci_gap_slave_security_req_rp0.

Command itself works fine, as android does show a Pair Request. But I get a error on the Status response.

 

Looking  in documents it is ACI_GAP_PERIPHERAL_SECURITY_REQ now.

Wondering if name was changed following a fix in later stack ? which one?

 

Issue in short:

I see that the response has my connection handle ID  instead of Status.

My handle was 0x0801, and my Status fieldis 0x01. 

Please keep me updated on fix,  I am on 1.16.04 .

This topic has been closed for replies.
Best answer by STTwo-32

Hello @DS.4 

The Name of the function "ACI_GAP_SLAVE_SECURITY_REQ" has been changed to "ACI_GAP_PERIPHERAL_SECURITY_REQ" and the problems of this functions should be solved on the Last version (STM32CubeWB V1.19.0) with the newest name.

Best Regards.

STTwo-32

1 reply

STTwo-32
STTwo-32Best answer
ST Technical Moderator
May 10, 2024

Hello @DS.4 

The Name of the function "ACI_GAP_SLAVE_SECURITY_REQ" has been changed to "ACI_GAP_PERIPHERAL_SECURITY_REQ" and the problems of this functions should be solved on the Last version (STM32CubeWB V1.19.0) with the newest name.

Best Regards.

STTwo-32

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.