Searched refs:attBredrTimeOutPtr (Results 1 – 1 of 1) sorted by relevance
660 ConnectTimeOutContext *attBredrTimeOutPtr = (ConnectTimeOutContext *)context; in AttBredrConnectTimeOutAsync() local663 AttGetConnectingIndexByConnectHandle(attBredrTimeOutPtr->connectHandle, &connecting); in AttBredrConnectTimeOutAsync()673 MEM_MALLOC.free(attBredrTimeOutPtr); in AttBredrConnectTimeOutAsync()686 ConnectTimeOutContext *attBredrTimeOutPtr = (ConnectTimeOutContext *)context; in AttBredrConnectTimeOutAsyncDestroy() local688 MEM_MALLOC.free(attBredrTimeOutPtr); in AttBredrConnectTimeOutAsyncDestroy()703 ConnectTimeOutContext *attBredrTimeOutPtr = MEM_MALLOC.alloc(sizeof(ConnectTimeOutContext)); in AttBredrConnectTimeOut() local704 if (attBredrTimeOutPtr == NULL) { in AttBredrConnectTimeOut()708 attBredrTimeOutPtr->connectHandle = connecting->connectHandle; in AttBredrConnectTimeOut()710 …tAsyncProcess(AttBredrConnectTimeOutAsync, AttBredrConnectTimeOutAsyncDestroy, attBredrTimeOutPtr); in AttBredrConnectTimeOut()