Hi greenja,
I kept 3 second "osal_start_timerEx" just before connection request as follows
osal_start_timerEx( simpleBLETaskId, LINK_ESHTABLISH_TOUT_EVT, MAXIMUM_LINK_EST_TIME );
Status = GAPCentralRole_EstablishLink( DEFAULT_LINK_HIGH_DUTY_CYCLE,DEFAULT_LINK_WHITE_LIST,addrType, peerAddr );
Now in "LINK_ESHTABLISH_TOUT_EVT" i don't want to start scanning again , i want to cancel connection request that i had given.
I tried to cancel this connection request by resuming "scanning" again in this event but it doesn't cancel connection request
Thanks,
Smitesh mali