Searched refs:connectRspPendingPtr (Results 1 – 1 of 1) sorted by relevance
1858 ConnectRspPendingContext *connectRspPendingPtr = (ConnectRspPendingContext *)context; in L2cifConnectRspPendingCallbackAsync() local1861 AttGetConnectingIndexByCid(connectRspPendingPtr->lcid, &connecting); in L2cifConnectRspPendingCallbackAsync()1867 if (connectRspPendingPtr->result == BT_SUCCESS) { in L2cifConnectRspPendingCallbackAsync()1877 MEM_MALLOC.free(connectRspPendingPtr); in L2cifConnectRspPendingCallbackAsync()1890 ConnectRspPendingContext *connectRspPendingPtr = (ConnectRspPendingContext *)context; in L2cifConnectRspPendingCallbackAsyncDestroy() local1892 MEM_MALLOC.free(connectRspPendingPtr); in L2cifConnectRspPendingCallbackAsyncDestroy()1907 …ConnectRspPendingContext *connectRspPendingPtr = MEM_MALLOC.alloc(sizeof(ConnectRspPendingContext)… in L2cifConnectRspPendingCallback() local1908 if (connectRspPendingPtr == NULL) { in L2cifConnectRspPendingCallback()1913 connectRspPendingPtr->lcid = lcid; in L2cifConnectRspPendingCallback()1914 connectRspPendingPtr->result = result; in L2cifConnectRspPendingCallback()[all …]