Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_connect.c2128 AttReceiveConfigRspContext *attRecevieConfigRspPtr = (AttReceiveConfigRspContext *)context; in AttReceiveConfigRspAsync() local
2132 AttGetConnectingIndexByCid(attRecevieConfigRspPtr->lcid, &connecting); in AttReceiveConfigRspAsync()
2138 if (attRecevieConfigRspPtr->result == L2CAP_SUCCESS) { in AttReceiveConfigRspAsync()
2152 } else if (attRecevieConfigRspPtr->result == L2CAP_PENDING) { in AttReceiveConfigRspAsync()
2164 MEM_MALLOC.free(attRecevieConfigRspPtr->info); in AttReceiveConfigRspAsync()
2165 MEM_MALLOC.free(attRecevieConfigRspPtr); in AttReceiveConfigRspAsync()
2178 AttReceiveConfigRspContext *attRecevieConfigRspPtr = (AttReceiveConfigRspContext *)context; in AttReceiveConfigRspAsyncDestroy() local
2180 MEM_MALLOC.free(attRecevieConfigRspPtr->info); in AttReceiveConfigRspAsyncDestroy()
2181 MEM_MALLOC.free(attRecevieConfigRspPtr); in AttReceiveConfigRspAsyncDestroy()
2205 AttReceiveConfigRspContext *attRecevieConfigRspPtr in AttReceiveConfigRsp() local
[all...]

Completed in 3 milliseconds