Searched refs:attRecvDisconnRspPtr (Results 1 – 1 of 1) sorted by relevance
2400 … AttRecvDisconnectionRspContext *attRecvDisconnRspPtr = (AttRecvDisconnectionRspContext *)context; in AttRecvDisconnectionRspAsync() local2406 AttGetConnectInfoIndexByCid(attRecvDisconnRspPtr->lcid, &connect); in AttRecvDisconnectionRspAsync()2432 MEM_MALLOC.free(attRecvDisconnRspPtr); in AttRecvDisconnectionRspAsync()2445 … AttRecvDisconnectionRspContext *attRecvDisconnRspPtr = (AttRecvDisconnectionRspContext *)context; in AttRecvDisconnectionRspAsyncDestroy() local2447 MEM_MALLOC.free(attRecvDisconnRspPtr); in AttRecvDisconnectionRspAsyncDestroy()2462 …AttRecvDisconnectionRspContext *attRecvDisconnRspPtr = MEM_MALLOC.alloc(sizeof(AttRecvDisconnectio… in AttRecvDisconnectionRsp() local2463 if (attRecvDisconnRspPtr == NULL) { in AttRecvDisconnectionRsp()2468 attRecvDisconnRspPtr->lcid = lcid; in AttRecvDisconnectionRsp()2469 attRecvDisconnRspPtr->ctx = (void *)ctx; in AttRecvDisconnectionRsp()2471 …ncProcess(AttRecvDisconnectionRspAsync, AttRecvDisconnectionRspAsyncDestroy, attRecvDisconnRspPtr); in AttRecvDisconnectionRsp()