Searched refs:connectInfoPtr (Results 1 – 2 of 2) sorted by relevance
67 AttConnectInfo *connectInfoPtr = NULL; in AttInstructListInit() local69 connectInfoPtr = AttGetConnectStart(); in AttInstructListInit()72 connectInfoPtr[index].instruct = ListCreate((void *)AttListDataFree); in AttInstructListInit()
1993 L2capConnectionInfo *connectInfoPtr = NULL; in AttReceiveConnectionReq() local1996 connectInfoPtr = MEM_MALLOC.alloc(sizeof(L2capConnectionInfo)); in AttReceiveConnectionReq()1997 if (connectInfoPtr == NULL) { in AttReceiveConnectionReq()2001 (void)memcpy_s(&(connectInfoPtr->addr), sizeof(BtAddr), &(info->addr), sizeof(BtAddr)); in AttReceiveConnectionReq()2002 connectInfoPtr->handle = info->handle; in AttReceiveConnectionReq()2011 attRecevieConnectPtr->info = connectInfoPtr; in AttReceiveConnectionReq()2092 L2capConnectionInfo *connectInfoPtr = NULL; in AttReceiveConnectionRsp() local2095 connectInfoPtr = MEM_MALLOC.alloc(sizeof(L2capConnectionInfo)); in AttReceiveConnectionRsp()2096 if (connectInfoPtr == NULL) { in AttReceiveConnectionRsp()2101 connectInfoPtr->handle = info->handle; in AttReceiveConnectionRsp()[all …]