cancel
Showing results for 
Search instead for 
Did you mean: 

I am using STM32WB55 as client, I am establishing connection with server using "aci_gap_create_connection". And I want to disconnect from the server so I am using aci_gap_terminate_gap_proc(GAP_DIRECT_CONNECTION_ESTABLISHMENT_PROC);

AM.12
Associate III

But I am not able to disconnect.

Can someone please help me with how to disconnect from the server?

1 REPLY 1
Remy ISSALYS
ST Employee

Hello,

To terminate a connection from the server, you can use ACI_GAP_TERMINATE command.

Best Regards