2024-05-09 11:17 AM
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 .
Solved! Go to Solution.
2024-05-10 03:23 AM
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.
2024-05-10 03:23 AM
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.