cancel
Showing results for 
Search instead for 
Did you mean: 

aci_gap_slave_security_req returns error status on success

DS.4
Senior II

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 .

1 ACCEPTED SOLUTION

Accepted Solutions
STTwo-32
ST Employee

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.

View solution in original post

1 REPLY 1
STTwo-32
ST Employee

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.