I use two CC3200 to debug P2P connection, if I use automatic arbitration (Negotiate) mode , I found it takes about 15 to 20 seconds to connect successful when
power on. the corresponding Settings are as follows:
Board 1: lRetVal = sl_WlanPolicySet (SL_POLICY_P2P, SL_P2P_POLICY (SL_P2P_ROLE_NEGOTIATE, SL_P2P_NEG_INITIATOR_RAND_BACKOFF), NULL, 0).
Board 2: the same as Board 1
Our current demand need to use automatic arbitration (Negotiate) mode, If someone can tell me how long when two CC3200 fastest connection? Is there any way to make the connection faster?