BLE P2P connection problem.
Hi
I am using USB DONGLE board (MB1293C) as client and Nucleo board (MB1355D) as server.
The BLE_p2pClient application is downloaded in a USB DONGLE board and the BLE P2P_Server application is downloaded in a Nucleo board.
My problem is that most of the time when I try to connect these two devices, the connection does not complete successfully.
The code in the BLE Dongle always goes in the "ACI_GATT_PROC_COMPLETE_VSEVT_CODE:" case than in the "APP_BLE_DISCOVER_WRITE_DESC:" case in the Update_Service() function. But it does not finish.
Why is it happening?

Thanks in advance for your help.