Hello,
I don't have a sniffer to see the proces of the connection.
I modify the example private profile serveur and private profile client with my own profiles.
The private profile client is modify too to work in serveur mode. i launch the scan with the function App_StartScanning(&gScanParams, BleApp_ScanningCallback,TRUE). I found the serveur device and i launch the connection with function App_Connect(&gConnReqParams, BleApp_ConnectionCallback) in the function BleApp_ScanningCallback (gapScanningEvent_t* pScanningEvent).
I see always the client connect to the serveur in the BleApp_ConnectionCallback() function in the client device. However, i don't see connection in the serveur device and i see next a deconnection in the BleApp_ConnectionCallback() function in the client device.
I dont 't change the connection parameters gConnReqParams and i use the parameter than the private profile client.