Home
last modified time | relevance | path

Searched refs:connectRspPtr (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_connect.c1285 ConnectRspResultCallbackContext *connectRspPtr = (ConnectRspResultCallbackContext *)context; in L2cifConnectRspResultCallbackAsync() local
1287 AttGetConnectingIndexByCid(connectRspPtr->lcid, &connecting); in L2cifConnectRspResultCallbackAsync()
1293 if (connectRspPtr->result == L2CAP_SUCCESS) { in L2cifConnectRspResultCallbackAsync()
1298 MEM_MALLOC.free(connectRspPtr); in L2cifConnectRspResultCallbackAsync()
1311 ConnectRspResultCallbackContext *connectRspPtr = (ConnectRspResultCallbackContext *)context; in L2cifConnectRspResultCallbackAsyncDestroy() local
1313 MEM_MALLOC.free(connectRspPtr); in L2cifConnectRspResultCallbackAsyncDestroy()
1328 ConnectRspResultCallbackContext *connectRspPtr = MEM_MALLOC.alloc(sizeof(ConnectRspResultCallbackContext)); in L2cifConnectRspResultCallback() local
1329 if (connectRspPtr == NULL) { in L2cifConnectRspResultCallback()
1334 connectRspPtr->lcid = lcid; in L2cifConnectRspResultCallback()
1335 connectRspPtr in L2cifConnectRspResultCallback()
[all...]

Completed in 3 milliseconds