Home
last modified time | relevance | path

Searched refs:connectRspPendingPtr (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_connect.c1858 ConnectRspPendingContext *connectRspPendingPtr = (ConnectRspPendingContext *)context; in L2cifConnectRspPendingCallbackAsync() local
1861 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() local
1892 MEM_MALLOC.free(connectRspPendingPtr); in L2cifConnectRspPendingCallbackAsyncDestroy()
1907 …ConnectRspPendingContext *connectRspPendingPtr = MEM_MALLOC.alloc(sizeof(ConnectRspPendingContext)… in L2cifConnectRspPendingCallback() local
1908 if (connectRspPendingPtr == NULL) { in L2cifConnectRspPendingCallback()
1913 connectRspPendingPtr->lcid = lcid; in L2cifConnectRspPendingCallback()
1914 connectRspPendingPtr->result = result; in L2cifConnectRspPendingCallback()
[all …]