Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_connect.c2029 AttReceiveConnectionRspContext *attRecevieRspConnectPtr = (AttReceiveConnectionRspContext *)context; in AttReceiveConnectionRspAsync() local
2033 AttGetConnectingIndexByCid(attRecevieRspConnectPtr->lcid, &connecting); in AttReceiveConnectionRspAsync()
2039 connecting->aclHandle = attRecevieRspConnectPtr->info->handle; in AttReceiveConnectionRspAsync()
2041 if (attRecevieRspConnectPtr->result == L2CAP_CONNECTION_SUCCESSFUL) { in AttReceiveConnectionRspAsync()
2047 L2CIF_ConfigReq(attRecevieRspConnectPtr->lcid, &l2capConfigInfoPtr, L2cifConfigReqCallback); in AttReceiveConnectionRspAsync()
2048 } else if (attRecevieRspConnectPtr->result == L2CAP_CONNECTION_PENDING) { in AttReceiveConnectionRspAsync()
2051 attRecevieRspConnectPtr->result = BREDR_CONNECT_FAIL; in AttReceiveConnectionRspAsync()
2052 AttConnectCompletedCallback(connecting, attRecevieRspConnectPtr->result); in AttReceiveConnectionRspAsync()
2056 MEM_MALLOC.free(attRecevieRspConnectPtr->info); in AttReceiveConnectionRspAsync()
2057 MEM_MALLOC.free(attRecevieRspConnectPtr); in AttReceiveConnectionRspAsync()
2070 AttReceiveConnectionRspContext *attRecevieRspConnectPtr = (AttReceiveConnectionRspContext *)context; AttReceiveConnectionRspAsyncDestroy() local
2093 AttReceiveConnectionRspContext *attRecevieRspConnectPtr = NULL; AttReceiveConnectionRsp() local
[all...]

Completed in 3 milliseconds